Using the Query Operators
432
Netscape Enterprise Server Administrator’s Guide
Table 16.5 Wildcard operators
Character
Description
*
Specifies 0 or more alphanumeric characters. For example,
air*
finds
documents that contain
air
,
airline
, and
airhead
.
Cannot use this wildcard as the first character in an expression.
This wildcard is ignored in a set of ([ ]) or in an alternative pattern ({ }).
With this wildcard, the
<WILDCARD>
operator is implicit.
?
Specifies a single alphanumeric character, although you can use more
than one ? to indicate multiple characters. For example, ?at finds
documents that contain
cat
and
hat
, while ??at finds documents that
contain
that
and
chat
.
This wildcard is ignored in a set of ([ ]) or in an alternative pattern ({ }).
With this wildcard, the
<WILDCARD>
operator is implicit.
{}
An alternative pattern that specifies a series of patterns, one for each
pattern separated by commas. For example,
<WILDCARD> ‘Chat{s, ting, ty}‘
finds documents that contain
chats
,
chatting
, and
chatty
.
You must enclose the entire string in back quotes and you cannot have
any embedded spaces.
[ ]
A set that specifies a series of characters that can be
used to find a match. For example,
<WILDCARD> ‘[chp]at‘
finds documents that contain
cat, hat, and pat.
You must enclose the entire string in back quotes and you cannot have
any embedded spaces.
^
Specifies one or more characters to exclude from a set. For example,
<WILDCARD> ‘C[^io]t‘
finds documents that contain
cat
and
cut
,
but not
cot
.
The caret (^) must be the first character after the left bracket.
-
Specifies a range of characters in a set. For example,
<WILDCARD>
‘Ch[a-j]t‘
finds documents that contain any four-letter word from
chat
to
chjt
.
Содержание Netscape Enterprise Server
Страница 30: ...Contacting Technical Support 30 Netscape Enterprise Server Administrator s Guide ...
Страница 31: ...Part 1 Server Basics 31 1 Server Basics Introduction to Enterprise Server Administering Enterprise Servers ...
Страница 32: ...32 Netscape Enterprise Server Administrator s Guide ...
Страница 56: ...Sending Error Information to Netscape 56 Netscape Enterprise Server Administrator s Guide ...
Страница 64: ...Migrating a Server From a Previous Version 64 Netscape Enterprise Server Administrator s Guide ...
Страница 66: ...66 Netscape Enterprise Server Administrator s Guide ...
Страница 112: ...Managing a Preferred Language List 112 Netscape Enterprise Server Administrator s Guide ...
Страница 158: ...158 Netscape Enterprise Server Administrator s Guide ...
Страница 182: ...Using the Watchdog uxwdog Process Unix 182 Netscape Enterprise Server Administrator s Guide ...
Страница 196: ...Viewing Events Windows NT 196 Netscape Enterprise Server Administrator s Guide ...
Страница 218: ...Enabling the Subagent 218 Netscape Enterprise Server Administrator s Guide ...
Страница 266: ...266 Netscape Enterprise Server Administrator s Guide ...
Страница 302: ...Enabling WAI Services 302 Netscape Enterprise Server Administrator s Guide ...
Страница 310: ...310 Netscape Enterprise Server Administrator s Guide ...
Страница 390: ...Customizing the Web Publisher User Interface 390 Netscape Enterprise Server Administrator s Guide ...
Страница 446: ...Customizing the Search Interface 446 Netscape Enterprise Server Administrator s Guide ...
Страница 448: ...448 Netscape Enterprise Server Administrator s Guide ...
Страница 454: ...Responses 454 Netscape Enterprise Server Administrator s Guide ...
Страница 464: ...Referencing ACL Files in obj conf 464 Netscape Enterprise Server Administrator s Guide ...
Страница 504: ...504 Netscape Enterprise Server Administrator s Guide ...