Ahhh, Yes, I saw that field/option when updating the profile fields, but the PCRE link made NO sense.
The field for RegEx is only 1 line, and fairly short in length. The PCRE help link only shows email validation examples, and they take several lines of code to make work.
--------------- Added [DATE]1193844115[/DATE] at [TIME]1193844115[/TIME] ---------------
Upon further reading, can I just enter this into the field?
/^[0-9][0-9][0-9][0-9][0-9]$/
--------------- Added [DATE]1193844115[/DATE] at [TIME]1193844115[/TIME] ---------------
Ok, that didn't work, so I just used:
[0-9][0-9][0-9][0-9][0-9]
And it worked. Thanks!
Now how would I allow unlimited chars A-z, but exclude 0-9 and all special chars?
LOL, My head hurts.