![]() |
|
#1
|
|||
|
|||
|
Hello, i have some problems with repeated characters, for example some word said
Code:
wwoorrdd or WWWWoordd or ----wwwooorrdd Code:
(?){2,}
repleace:\1
Code:
tp |
|
#2
|
||||
|
||||
|
You could use a wildcard Find/Replace, where:
Find = ([A-Za-z]){2,} Replace = \1 Do note that this will also change valid words, like 'committee' to 'comite'...
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#3
|
|||
|
|||
|
Thz for your answer i think it work for me, i will exclude comonly repeated characters from interval, and search it manually, thank you
![]() ![]() ![]() ![]() ![]()
|
|
#4
|
||||
|
||||
|
Cross-posted at: http://answers.microsoft.com/en-us/o...4-e523b70d38c4
For cross-posting etiquette, please read: http://www.excelguru.ca/content.php?184
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
| Tags |
| repeated content, wildcards |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| if address is repeated in subsequent records | paulys | Mail Merge | 7 | 12-08-2014 04:10 PM |
| Standardise repeated actions | TiVivibi | PowerPoint | 0 | 10-10-2014 02:06 PM |
Repeated updates failure
|
theta30 | Office | 4 | 12-08-2013 04:29 PM |
| Repeated Password Prompts | Frank Jr. | Outlook | 0 | 07-14-2012 05:13 PM |
Repeated Cells in different sheets
|
mhdagtas | Excel | 2 | 04-27-2011 12:02 AM |