¡@

Home 

php Programming Glossary: rexsafety

PHP Regex for human names

http://stackoverflow.com/questions/1261338/php-regex-for-human-names

not use a regex that simply checks for illegal characters rexSafety ^ ^ @ # i now which ones of these can actually be used in any.. like that it will not work quite well The following code rexSafety ^ ^ @ # i if preg_match rexSafety 'martin' var_dump 'bad name'.. well The following code rexSafety ^ ^ @ # i if preg_match rexSafety 'martin' var_dump 'bad name' else var_dump 'ok' Will get you..