[:space:] also includes newlines, tabs etc

I think its looking for any consecutive mixture of punctuation, chars before
an upercase character, and then the same.

so somthing like:

thisInstanceOf() 

or .&¬Roger7*Melbury



> -----Original Message-----
> From: Stephen Moretti [mailto:[EMAIL PROTECTED]
> Sent: 05 June 2003 13:45
> To: CFDeveloper Dev List
> Subject: [ cf-dev ] Regex
> 
> 
> ([^[:space:]]*[[:upper:]][^[:space:]]*[[:upper:]][^[:space:]]*)
> 
> Would I be correct in thinking that this is finding a string 
> with no spaces
> and two uppercase characters??
> 
> Stephen
> 
> 
> 
> -- 
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For human help, e-mail: [EMAIL PROTECTED]
> 


--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to