Check if string is (a-Z 0-9 and -)
Posted: Sun Feb 25, 2007 12:41 pm
i only want strings that containt z-z A-Z 0-9 and -
how can i do this?
how can i do this?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
I assumed that. What I am wanting to see is what have you tried to do so using a regular expression?psychotomus wrote:right now im using php. just looping threw characters and checking them
Have you read the stickies in this section? How about other threads? The regular expression threads linked from Useful Posts?psychotomus wrote:I don't even know where to begin =(