Does anyone know the regexp (for php) in which only numbers, letters and no more that 5 spaces can be used
Printable View
Does anyone know the regexp (for php) in which only numbers, letters and no more that 5 spaces can be used
This is completely offtopic...
Your signature is horrible dude...... I see.. Save AO IRC.. and as soon as I put my mouse over it, what pops up in the status bar... outwar.... wtf this site is popping up every where.. Quit misleading AOers to try and build up your status in a game.
Right.... I still need that regexp
ok try this ([a-z] [A-Z] [0-9] \s{5}) that would be the VB regexe should be the same or very closeQuote:
Originally posted here by Sevari
Does anyone know the regexp (for php) in which only numbers, letters and no more that 5 spaces can be used
edit: also note that I am not a Regx expert so the code will eb close but perhaps needs verifying
Visual REGEXP:
Available for both Windows and Unix, get your copy now! ;)Quote:
Tired of debugging your regular expressions ? Do you want to quickly build efficient regexps?
Visual REGEXP is for you !
This software will let you design your regexps by letting you type the expression and visualize its effect on a sample of your choice.