How could I rewrite the [^[:alnum:]] part to make sure to find/match numeric data that occupies position 1, e.g. 79moreStringData.
Thanks.
Exp [^[:alnum:]] seems to cover a broder scope (find all nonAlphaNumeric)
as in the following
<cfif REfind('[^[:alnum:]]',str)>
...
</cfif>
><cfif ReFind("[EMAIL PROTECTED]:space:]]",str)>
>-----Original Message-----
>From: Chunshen (Don) Li [mailto:[EMAIL PROTECTED]
>Sent: donderdag 23 oktober 2003 16:36
>To: CF-Talk
>Subject: Re:RegExp puzzle
>
>
>Sorry, I haven't made my question clear in the beginning. The goal is,
>to skip letters and numbers, find/match/see if a string that contains
>any of the following characters:
>_, @, %, $ and white space.
>
>
>
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

