Hi,

Some RegExp expertise would be appreciated.

Goal: find nonstandard characters in the string no
matter where they appear.
Nonstandard characters include white space, %, # in
this case.

<cfset str = "kskksjsdcol%">
<cfif REfind('[EMAIL PROTECTED]',str)>
  output the whole str
  -- in this case, it should return the str
</cfif>

Thanks.

Don Li

[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to