Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

preg_match

if(!preg_match('/^[a-zA-Z]+$/',$input)) {
   // String contains not allowed characters ...
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
8+2 =