¡@

Home 

javascript Programming Glossary: pd

Regex for names with special characters (Unicode)

http://stackoverflow.com/questions/5963228/regex-for-names-with-special-characters-unicode

Try the following regular expression ^ p L p Mn p Pd ' x 2019 s p L p Mn p Pd ' x 2019 s In PHP this translates to.. regular expression ^ p L p Mn p Pd ' x 2019 s p L p Mn p Pd ' x 2019 s In PHP this translates to if preg_match '~^ p L p.. s In PHP this translates to if preg_match '~^ p L p Mn p Pd ' x 2019 s p L p Mn p Pd ' x 2019 s ~u' name 0 valid You should..