Hi,
I have a function that checks to see if a string is an alphanumerical word character.
However, when something such as "Ä" is passed through this function, it's accepted as an alphanumerical word character, even though it's not in the list of allowed characters.Code php:
Why is this? How can I fix this?





Bookmarks