Answers for "php only alphabet"

PHP
0

if is alphabet php

ctype_alpha ( string $text ) : bool
Posted by: Guest on May-24-2020
0

php string only letters

$result = preg_replace("/[^a-zA-Z0-9]+/", "", $s);
Posted by: Guest on May-21-2020

Browse Popular Code Answers by Language