Hello, i have some problems with repeated characters, for example some word said
Code:
wwoorrdd or WWWWoordd or ----wwwooorrdd
, i didn't know how much characters are repeated or wich one they are, i tried with wildcards but i don't know how said that is the same chracter i tried with
Code:
(?){2,}
repleace:\1
but it look for any character so it see
like a posibility, anyone can help me please thz