Answers for "php check string is alphanumeric only"

PHP
1

is alphanumeric php

if(ctype_alnum($string)){
    // do something
}
Posted by: Guest on October-12-2021

Code answers related to "php check string is alphanumeric only"

Browse Popular Code Answers by Language