Validate a string with regex
Posted: Mon Nov 29, 2004 8:22 pm
Code: Select all
^ї_a-zA-Z0-9-]+$A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
^ї_a-zA-Z0-9-]+$Code: Select all
її:space:]]Code: Select all
"tї^aeiou]+.*s"Code: Select all
^ї_a-zA-Z0-9ї:space:]-]+$I should have known better... but hey, were all allowed to get stumped now and then..rehfeld wrote:it matches any whitespace, not just a literal spaceCode: Select all
^ї_a-zA-Z0-9ї:space:]-]+$