How can I detect with a regular expression if the same consonant is repeated three or more times?
My idea is to match words like tttool, likkke, or likkkkke
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.
There may be shortcuts in certain regex libraries but you can always…
Some libs for example let you match using a back reference which may be a tad cleaner…