I would like to know the regex for the following:
input text can contain
for example: "this is user_name"alphanumeric characters along with underscore and space
i used the following:
Code: Select all
/^[a-zA-Z0-9 _]+$/Thanks in advance to all of you [/quote]