/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/** * A function used to validate non-english characters in a string using regex */ function validate_non_english_characters($string) { // do something } }