Hi,
When I want to check for a string that only contains letters, I wolud use this pattern inside ereg(),
[a-z]+$
ok,
That's nice for only latin alphapat. What we can do if we want to use another alphapat, i.e Arabic or hebrow. Also what we can do if we want the string to be allow mix of them.?