Is there a way to search for a string that is number/letters/letters? Cause I am trying to add this to a word blocking thingy I am trying to work on. Anybody have some code for one that I could look at. (Yeah, I know that ppl prob. wont give me any and I should do it myself to learn.)
Thanks
A/S/L Blocker
Moderator: General Moderators
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
-
Robert Plank
- Forum Contributor
- Posts: 110
- Joined: Sun Dec 26, 2004 9:04 pm
- Contact:
Code: Select all
if (preg_match('|[0-9]*?/[A-Z]*?/[A-Z]*?|i') {
// asl...
}
Last edited by Robert Plank on Fri Jun 23, 2006 10:40 am, edited 2 times in total.
-
Robert Plank
- Forum Contributor
- Posts: 110
- Joined: Sun Dec 26, 2004 9:04 pm
- Contact: