Can anybody help me to create one regular expression which can check the number has 2 and 4 repeatations of digits like how to check for this no 5555122.
I want to know by regular expression that there is repeatation of fourth double.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use back reference
This would check for repetition of 4 digits