User Guide
Managing Server Content 75
Getting Results with Novell Web Services
103-000133-001
August 29, 2001
Novell Confidential
Manual 99a38 July 17, 2001
Table 4 Drop-Down List Wildcard Examples
[a-z] Match one occurrence of a character between A and Z.
[^az] Match any character except A or Z.
*~ This expression, followed by another expression, removes
any pattern matching the second expression.
Pattern Result
*.netscape.com Matches any string ending with the
characters .netscape.com.
(quark|energy).netscape.com Matches either quark.netscape.com or
energy.netscape.com.
198.93.9[23].??? Matches a numeric string starting with
either 198.93.92 or 198.93.93 and ending
with any three characters.
*.* Matches any string with a period in it
*~netscape-* Matches any string except those starting
with netscape-
*.netscape.com~quark.netscape.
com
Matches any host from domain
netscape.com except for the single host
quark.netscape.com.
*.netscape.com~(quark|energy|
neutrino).netscape.com
Matches any host from domain
netscape.com except for hosts
quark.netscape.com,
energy.netscape.com, and
neutrino.netscape.com.
*.com~*.netscape.com Matches any host from domain.com
except for hosts from the subdomain
netscape.com.
Pattern Use