01.01.2013 Views

Web Gateway 7.1.5 Product Guide - McAfee

Web Gateway 7.1.5 Product Guide - McAfee

Web Gateway 7.1.5 Product Guide - McAfee

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Appendix: Configuration lists<br />

Wildcard expressions<br />

List of important special glob characters<br />

The following table provides a list of important special characters for creating glob type wildcard<br />

expressions.<br />

Table A-6 List of important special glob characters<br />

Character Description<br />

? (If not between square brackets:) Matches any single character<br />

For example, ?est matches:<br />

best<br />

rest<br />

test<br />

and others<br />

* (If not between square brackets:) Matches any string, including the empty string<br />

For example, b* matches:<br />

b<br />

best<br />

binary3<br />

and others<br />

[...] Matches any of the single characters included in the square brackets<br />

? and * are normal characters between square brackets.<br />

For example, [a5?] matches:<br />

a<br />

5<br />

?<br />

Note: The first character must not be an ! (exclamation mark).<br />

! Matches any single character except those following the exclamation mark<br />

For example, [!ab] matches:<br />

c<br />

S<br />

%<br />

and others, but not:<br />

a<br />

b<br />

- Is used to denote a range of characters<br />

For example, [a-f A-F 0-5] matches:<br />

d<br />

F<br />

3<br />

and others<br />

/ Is not matched by ? or * and cannot be included in [...] or be part of a range<br />

This means, for example, that http://linux.die.net/* does not match the following<br />

pathname:<br />

http://linux.die.net/man/7/glob<br />

The pathname is, however, matched by:<br />

http://linux.die.net/*/*/*<br />

368 <strong>McAfee</strong> <strong>Web</strong> <strong>Gateway</strong> <strong>7.1.5</strong> <strong>Product</strong> <strong>Guide</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!