var Reg1= /^(^[a-zA-Z0-9-.,#/()&/'';:~`@#$%^*_+= -]{2,50})*$/;
if (!Reg1.test(txtreg)) {
}
This regular cotains single quotes. How to check this regular expression?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ramesh PalanivelPosted Aug 21, 2017, 3:20 AM
Sanal RajanPosted Aug 21, 2017, 3:16 AM
Ramesh PalanivelPosted Aug 21, 2017, 2:59 AM