Reference Guide
Reference Guide
Reference Guide
|
Used to search all the text in a DGN file for any sequence of letters and numbers. Opens when Find/Replace Text is chosen from the Edit menu.
Replace Text dialog box | |
The Find field displays the text element to be located.
The Change option menu contains the following:
The With field displays the typed text element that replaces the text element in the Find field.
If on, finds only text with the same capitalization as the specified text (in other words, a case-sensitive search).
If on, specifies a search for only complete words that match the text element in the Find field. For example, when Whole Words is on, a search for “fill” will not find “filled” or “fillet.”
If on, Reg(ular) Expr(essions) specifies a search for “wild card” characters as listed in the table.
Character |
Meaning |
---|---|
c |
any non-special character c matches itself |
\c |
turn off special meaning of character c |
^ |
beginning of line |
$ |
end of line |
. |
any single character |
:a |
any alphabetical character [a-z|A-Z] |
:d |
any digit [0-9] |
:n |
any alphanumeric character [a-z|A-Z|0-9] |
:<space> |
A colon followed by a space also matches any punctuation character |
[…] |
any one of the characters in …; ranges such as a-z are legal |
[^…] |
any single character not in …; ranges are legal |
s* |
zero or more occurrences of string s |
s+ |
one or more occurrences of string s |
st |
string s followed by string t |
If on, specifies a search for text in cells.
If on, specifies a search for fractions.
Clicking the Find button locates the specified text.
Clicking Change replaces the text element in the Find field with the text element from the With field.
Clicking Change All replaces all the specified text elements in the design file.
Clicking Change Fence replaces the text elements that match the current Fence search criteria.
Clicking Single replaces a single text element in the design file, as identified by the user.