By Govind Prajapati on Monday, 09 May 2016
Posted in General Issues
Replies 6
Likes 0
Views 747
Votes 0
We are trying to put validation on First name last name etc, while enabling
regex with
[A-Za-z]

But it is still taking numbers in Firstname lastname etc.

Please help
Ok, No need now,

I resolved this :
Regex used for same is :
^[a-zA-Z ]*$
·
Monday, 09 May 2016 20:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Kindly please set a domain for your license. Once that is done, please reply to this thread
·
Monday, 09 May 2016 19:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Done added license
·
Monday, 09 May 2016 20:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating, glad that your issues are resolved now Yes, you need / should put a start and end to the regex pattern.
·
Monday, 09 May 2016 23:59
·
0 Likes
·
0 Votes
·
0 Comments
·
I think there is issue, when we put / in end and beginning, it doesn't work, without that it works fine,
( I am using older version as we have done some customisations we didn't upgraded to latest one,may be bcoz of that?)
·
Tuesday, 10 May 2016 13:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Govind,

The regex pattern in the code already has the perl regex syntax by default. This is how the code looks like,



You actually don't need to add the start / end regex syntax
·
Tuesday, 10 May 2016 13:28
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post