Wildcard characters, Strings, see, Wildcard – Adobe Extending Dreamweaver CS4 User Manual
Page 66: Characters

60
EXTENDING DREAMWEAVER CS4
Customizing Code view
To make the process of defining schemes more flexible, Dreamweaver lets you specify wildcard and escape characters.
Wildcard characters
The following is a list of wildcard characters that Dreamweaver supports, along with the strings to specify them and
descriptions of their usage.
Field
CSS
Tags
Script
defaultText
X
X
defaultTag
X
defaultAttribute
X
comment
X
X
X
string
X
X
X
cssProperty
X
cssSelector
X
cssValue
X
character
X
X
function keyword
X
identifier
X
number
X
X
operator
X
brackets
X
X
keywords
X
X
Wildcard
Escape
string
Description
Wildcard
\*
Skip all characters in the rule until the character that follows the wildcard is
found. For example, use
<MMTInstance:Editable name="\*">
to
match all tags of this type that have the name attribute specified.