2011

Table Of Contents
DefinitionCharacter
Matches any string and can be used anywhere in the search
string
* (Asterisk)
Matches any single character; for example, ?BC matches ABC,
3BC, and so on
? (Question mark)
Matches anything but the pattern; for example; ~*AB*matches
all strings that don't contain AB
~ (Tilde)
Matches any one of the characters enclosed; for example,
[AB]C matches AC and BC
[ ]
Matches any character not enclosed; for example, [~AB]C
matches XC but not AC
[~]
Specifies a range for a single character; for example, [A-G]C
matches AC, BC, and so on to GC, but not HC
[-]
Reads the next character literally; for example, `~AB matches
~AB
` (Reverse quote)
Check Spelling
You can check the spelling of all text as it is entered in your drawing. You can
also specify the specific language dictionary that is used and customize and
manage multiple custom spelling dictionaries.
You can check the spelling of all text objects in your drawing, including
Single and multiline text
Dimension text
Multileader text
Text within block attributes
Text within xrefs
With Check Spelling, your drawing or the areas of your drawings text that
you specify are searched for misspelled words. If a misspelled word is identified,
754 | Chapter 27 Notes and Labels