You are on page 1of 2

Tab character ( ) ^t or ^9

ASCII character ^ nnn, where nnn is the character code

ANSI character ^0 nnn, where 0 is zero and nnn is the character code

Em dash ( — ) ^+

En dash ( – ) ^=

Caret character ^^

Manual line break ( ) ^l or ^11

Column break ^n or ^14

Page or section break ^12 (when replacing, inserts a page break)

Manual page break ^m (also finds or replaces section breaks when the Use wildcards option is
turned on)

Nonbreaking space ( ) ^s

Nonbreaking hyphen ( ^~
)

Optional hyphen ( ) ^-

Codes that work in the Find what box only (when Use wildcards is turned off)

To find Type

Any character ^?

Any digit ^#

Any letter ^$
Any digit ^#

Any letter ^$

Picture or graphic (inline only) ^g

Footnote mark ^f or ^2

Endnote mark ^e

Field (when field codes are ^d or ^19 or ^21


visible)

Comment (when comments ^a or ^5


are inline)

Section break ^b

White space ^w (any space or any combination of regular and nonbreaking


spaces, and tab characters)

Code that works in the Replace with box only

To find Type

Microsoft Windows Clipboard contents ^c

Find and replace text by using regular expressions


(Advanced)

About regular expressions

You can automate many find-and-replace tasks by using wildcard characters to build regular
expressions, which are combinations of literal text and wildcard characters. The literal text characters
indicate text that must exist in the target string of text. The wildcard characters indicate the text that can
vary in the target string. For example, you can use regular expressions to find and remove duplicate
rows from a large table or to transpose a list of names (change them from "First Last" to "Last, First").

You might also like