Word.Tips.Net Welcome toWord.Tips.Net

Helpful Links

Tips.Net Home
WordTips Home

Ask a Word Question
Make a Comment

Tips.Net Store

WordTips FAQ
WordTips Premium

Learn Access Now
Free Printable Forms

Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Legal Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Wedding Tips
Word2007 Tips
WordTips

Advertise on the
WordTips Site

Newest Tips

Setting Fraction Bar Overhang Spacing in the Equation Editor

Printing On Both Sides of the Paper

Turning Off AutoComplete for Dates

Ordering Search and Replace

Understanding Auto Line Spacing

Adding Comments to Your Document

Conditional Calculations in Word

 

Replacing a Colon in a Sequence

Summary: Sometimes you'll run across the need to replace a very specific sequence of characters in your document. It is for these instances that Word provides the wildcard capabilities of Find and Replace. This tip describes a common sequence that needs searching and how you can replace it using wildcards. (This tip works with Microsoft Word 97, Word 2000, Word 2002, Word 2003, and Word 2007.)

Anthony wants to use Find and Replace to change a right parenthesis followed by a colon and a digit to a right parenthesis followed by a comma and the letters pp. For instance, "):27" should be changed to "), pp. 27".

One might think that you could simply search for a right parenthesis followed by a colon and replace it with "), pp. ", but that won't work. Actually, it will work, but it might work too well—there could be instances where you have a grammatically correct right parenthesis followed by a colon that you don't want replaced. As mentioned, you only want to replace instances where the colon is followed by a page number.

The best way to do this is through the use of a wildcard search. Follow these steps:

  1. Press Ctrl+H to display the Replace tab of the Find and Replace dialog box.
  2. Click the More button, if it is available.
  3. Make sure the Use Wildcards radio button or check box is selected.
  4. With the insertion point in the Find What box, click No Formatting (if it is available) and enter the following: (\):)([0-9]{1,3})
  5. In the Replace With box, click No Formatting (if it is available) and enter the following: ), pp. \2
  6. Click Replace All.

Step 4 is the important part; it defines what you want Word to find. In this case you want to find a right parenthesis, indicated by \), followed by a colon and anywhere from 1 to 3 digits. Note that in the Find What pattern there are parentheses around two separate groups of items: around the right parenthesis and colon and around the digits. The second of these groupings (the digits) are referenced in the Replace With pattern with the \2 element.

Tip #6937 applies to Microsoft Word versions: 97 | 2000 | 2002 | 2003 | 2007

Take Control! Master the real power behind Word! Successfully master the secrets of powerful formatting and create documents that stand out from the rest. Best of all, you can create documents that are easy to maintain and quick to change.
 
Check out Word 2007 Styles and Templates today!