Skip to content
Advertisement

Tag: inout

How to accept only characters to text area with Turkish characters?

here is my code for a textareainput to accept only characters not numbers. Problem is i cannot accept Turkish characters like this. I tried to add code below but it did not work. Any suggestions? Answer You can use below code snippet to catch all alpha letters including Turkish letters with Javascript using Regular expressions.

Advertisement