Answers for "return preg match"

PHP
0

preg_match

if(!preg_match('/^\[a-zA-Z]+$/',$input)) {
   // String contains not allowed characters ...
}
Posted by: Guest on March-23-2020

Code answers related to "return preg match"

Browse Popular Code Answers by Language