![]() |
|
#1
|
|||
|
|||
![]()
In editor vi (popular on UNIX/Linux), there're lots of nice features, such as search for or replace strings with a regular expression pattern. Is there a plugin that provides these functionalities? Say I want to search for a word that begins with a capital letter followed by 2 or 3 digits and ending with either either x or y. (This is just an example. I don't need this specific search for now.) I know we can write a VBA program to do this search. But if there's a plugin, we don't need to write VBA every time we need this.
|
#2
|
||||
|
||||
![]()
Word's wildcard Find & Replace function can do that. For the scenario you describe:
Find = [A-Z][0-9]{2}[xy] No plugins required. For more complex regular-expression searches outside what a wildcard Find & Replace can do, you can use RegEx, but that needs to be driven programmatically.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#3
|
|||
|
|||
![]()
Thank you, Paul!
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Input_Name | PowerPoint | 7 | 03-19-2015 06:30 AM |
Need to provide numbering to the text | preeti | Word VBA | 4 | 01-22-2015 01:08 AM |
skype plugin for outlook 2013 | iwshim | Outlook | 0 | 01-14-2015 10:05 PM |
![]() |
bantu | Word | 2 | 06-28-2014 11:25 PM |
How to Create a Reference Style That Will Provide an author (date) citation | djwalsh | Word | 3 | 03-17-2014 05:28 AM |