Returns a new string with only valid ASCII characters
The ASCII characters in the given string
asciify('äÄçÇéÉêPHP-MySQLöÖÐþúÚ')// 'PHP-MySQL'
The string
Generated using TypeDoc
Returns a new string with only valid ASCII characters
Returns
The ASCII characters in the given string
Example