Answers for "@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 "@preg_match()"

Browse Popular Code Answers by Language