/ Published in: PHP
Expand |
Embed | Plain Text
/** * A function used to validate non-english characters in a string using regex */ function validate_non_english_characters($string) { // do something } }
You need to login to post a comment.
