how can i parse a string to remove all non english characters in php
right now I want to remove things like
სოფო ნი�
Thanks :)
feedback
|
| |||||||
feedback
|
|
By using preg_replace()
Granted, you will need to expand the preg_replace pattern, but that is one way to do it. There is probably a better way, I just do not know it. | ||||
|
feedback
|