how can i detect hebrew characters both iso8859-8 and utf8 in a string using php
- by ufk
I want to be able to detect (using regular expressions) if a string contains hebrew characters both utf8 and iso8859-8 in the php programming language. thanks!