Answers for "how to validate string with regex in php"

PHP
1

validate names regex php

preg_match("/^([a-zA-Z' ]+)$/","Given_Name");
Posted by: Guest on July-13-2020

Code answers related to "how to validate string with regex in php"

Browse Popular Code Answers by Language