User Guide

ADOBE GOLIVE CS2
314
User Guide
Wildcard Option Action
\x00 - \xff Finds any character, as identi-
fied by its ASCII value. For
example: “\X43” finds “C”
Quantifiers
? The question mark makes the
preceding character or string
(enclosed in parentheses)
optional.
For example:
“(Adobe )?GoLive” finds “GoL-
ive” and “Adobe GoLive.
+ The plus sign finds one or
more occurrences of the pre-
ceding character or search
string in a row.
For example: “ba+” finds “ba,
“baa”, “baaa, etc.
* The star is equivalent to a “?”
and a “+”, and can result in a
“not found” message if no
occurrences are found. The
character preceding the “*” is
optional.
For example: “ba*” finds “b,
“ba”, “baa, etc.
Other Search String Modifiers
| The vertical bar serves as a
separator for alternative
search strings.
For example: “Adobe|GoL-
ive|4.0” finds “Adobe, “GoL-
ive, and “4.0”.
() Parentheses enclose a search
string that serves as a defini-
tion for quantifiers.
For more information, see the
description of “?” above.
^ In source mode, the caret finds
the start of a line. In the Layout
Editor, it finds the beginning
of a paragraph.
$ In source mode, the dollar sign
finds the end of a line. In the
Layout Editor, it finds the end
of a paragraph.