View Single Post
 
Old 11-07-2014, 09:26 PM
lobo115 lobo115 is offline Windows XP Office 2007
Novice
 
Join Date: Nov 2014
Posts: 3
lobo115 is on a distinguished road
Default Repeated Character

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
Code:
tp
like a posibility, anyone can help me please thz
Reply With Quote