I'm very new to regular expressions.  I see there is a posix class
[:alnum:], but I don't begin to understand how to use it.  I have a need to
implement it though in server side password validation.  I know my syntax
isn't right, but I'm not sure how to format it.  Below is an example of what
I need.  Can anyone offer advice?

<cfif REFind([:alnum:],"#Form.Password#">
  Insert the password into the database
<cfelse>
  Send the user back to the form with an error message
</cfif>

TIA! ~Val


______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to