Unanswered: validations that accepts special characters and alphanumeric characters.
Unanswered: validations that accepts special characters and alphanumeric characters.
I have a text field and I need to accept special characters and alphanumeric characters as input for this text field. please help me to write the validation for this.
Sruthi, a normal textfield would already allow you to type in any character, that is all special characters are allowed by default unless you apply some validation exclusively to disallow some.
Thus, if you have put up some validation for your textfield then remove it and the user would be able to enter any character in the textfield.