Page 39 - CC2017_DW_Look_Inside
P. 39
Understanding Find and Replace Options A B C D E F G H I
Options in the Find and Replace pane
DREAMWEAVER FOUNDATIONS A The Find Previous and Find Next E Match Whole Word restricts the search to text that
allow you to conduct very specific and
targeted searches.
buttons navigate to sequential
instances of the text you enter in the
Find field.
B The Find In menu determines where you are searching
for a particular string of text. You can search the current
matches one or more complete words.
document or all open documents, only files in a defined
F Ignore White Spaces treats consecutive white space
folder, only files that are selected in the Files panel, the
as a single space for the purposes of matching.
entire current site, or only text that is currently selected
For example, with this option selected, a search for
in the active document.
My Portfolio would return instances of My Portfolio and
C Match Case limits the search to text that exactly My Portfolio but not MyPortfolio.
matches the case of the text you want to find. For
example, a search for untitled document will not find G Search Text Only can be toggled on to search only
instances of Untitled Document. text, ignoring any code within the text. When toggled
off, your search will include the source code in the
D Use Regular Expressions causes certain characters document as well.
to function as operators, so that you can search for non-
specific text. H Show More expands the Find/Replace pane to include
larger fields for the Find and replace text.
For example, when this option is not active, a search for
the period character will identify actual period in the I Close closes the Find/Replace pane.
document. You can use the Replace button to change the active
When Use Regular Expressions is checked, the period instance of text in the Find field, or use the Replace All
character is considered a wildcard that identifies any button to change all instances.
single character. A search for “p.p” would identify any
instance where two ps are separated by one other If you check the Exceptions option, clicking the Replace
character (pop, pap, puppy, etc.). All button opens the Search panel with a list of each
identified instance. You can use the checkboxes on the left
Possible wildcard characters include:
to determine which instances will be changed, then click
. Any character (except a newline character) the Replace button in the panel to replace only certain
\d Any digit (0-9) instances.
\D Any non-digit character
\w Any alphanumeric character or the underscore
\W Any character except an alphanumeric character
or the underscore
\s Any white-space character (space, tab, etc.)
\S Any character except a white-space character Use these checkboxes Click the Replace
\t Tab character to determine which button to change only
will be changed. selected instances.
Project 1: Bistro Site Organization 53

