On Fri, 9 Nov 2007 15:39:54 +1100, "Stuart Guthrie" <[EMAIL PROTECTED]> said: > Not being a regex expert I was hoping someone could point me at a > list, forum or just give me a pointer on how to achieve this: > > Field that must have 2 out of 3 of these: > > standard a-z/A-Z > arabic numbers 0-9 > special chars %$#@
A tool called txt2regex can help you build these - it keeps asking you questions, and show the regex corresponding to your answers. Also produces regexes for the languages you specify. http://txt2regex.sourceforge.net/screenshots.html -- Sonia Hamilton -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
