I would like to find strings of more of 254 characters.
In word 2010 is possible ?
Using regular expressions ?
using wild cards ?
I want to insert and replace strings longer of 254 chs.
How can I do that ?
best Regards
Find and replace in word 2010
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: Find and replace in word 2010
Yes, you can do this with a word wildcard like this:
Why do you need to do this?
Code: Select all
?{254,}
Re: Find and replace in word 2010
To replace blocks of text.
I think the field find is limited to 255 chrs. , but the replace don't
Can I propose in the replace field a paragraph ? (several lines of text...)
Best Regards
I think the field find is limited to 255 chrs. , but the replace don't
Can I propose in the replace field a paragraph ? (several lines of text...)
Best Regards
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: Find and replace in word 2010
Replace you can add whatever you like.
With WordPipe, the find text can be longer than 255.
With WordPipe, the find text can be longer than 255.
Re: Find and replace in word 2010
I would like to find strings of more of 254 characters. In word 2010 is possible ? Using regular expressions ? using wild cards ? I want to insert and replace strings longer of 254 chs. How can I do that ?
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: Find and replace in word 2010
WordPipe will take care of this for you, using Normal search mode.