+ 1
Php pregmtach pattern?
what is the pattern for pregmatch function in php to allow only letters,numbers,@,_,whitespaces
1 Answer
+ 1
try this:
/[\w\s@]+/
what is the pattern for pregmatch function in php to allow only letters,numbers,@,_,whitespaces