Hi,

Yes, I'm a newbie   :)   but it's a short question:

How can I check if an string contains alpha-numeric characters only?
I'm trying to check if a login name (given by the user) is valid or not.

I'm using something like:
#REFindNoCase('[[:alpha]]*|[[:digit]]*',attributes.usuario)# but it doesn't
work.

BTW, some links of POSIX regular expression are welcome.

thanks in advance

~JAAV


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to