Jerry Johnson
>>> [EMAIL PROTECTED] 06/09/04 03:52PM >>>
>reFind("[^[a-z]]",arguments.userid)
I don't think this is valid.
>reFind("^[a-z]",arguments.userid)
This will search for lowercase as the first letter of the string
>I have also tried using ^[[:alpha:]]
This will search for any alpha character (a-zA-z0-9) as the first letter of the string
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

