Php Regular Expression repeated characters

mypemima

New Member
I have a string in php like this.$str = "ABCCCDE" //Contains repeated character CCC more than 2 timesI want to know if there is any repeated characters more than 2 times using regular expression.Thanks in advance
 
Back
Top