Hi!

Is there a way to ask ColdFusion to look in a variable for any
character that is NOT in a list?  The oposit of "FindOneOf".
(If one of the characters in form.username is not in this list,
do this...)

<CFIF
findOneOf("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQURSTUVWXYZ0123456789.-
_",form.Username,1)>

Thanks!

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to