Hello, i have some problems with repeated characters, for example some word said
, 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
but it look for any character so it see
like a posibility, anyone can help me please thz
Code:
wwoorrdd or WWWWoordd or ----wwwooorrdd
Code:
(?){2,}
repleace:\1
Code:
tp