Answers for "condition to see if the input matches regex pattern 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 "condition to see if the input matches regex pattern php"

Browse Popular Code Answers by Language