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 />

Table A-7 List of important special regex characters (continued)<br />

Character Description<br />

{...}<br />

Are used to match a character as many times as specified<br />

Options:<br />

– a{n}<br />

Matches a character n times<br />

For example, regex(a{3}) matches:<br />

aaa<br />

– a{n,}<br />

Matches a character n and more times<br />

For example, regex(p{4,}) matches:<br />

pppp<br />

pppppp<br />

and others<br />

– a{n,m} Matches a character between n and m times, including the limiting values<br />

For example, regex(q{1,3}) matches:<br />

q<br />

qq<br />

qqq<br />

| Matches alternative expressions<br />

For example, regex(abc|jkl) matches:<br />

abc<br />

jkl<br />

(...) Are used to group characters in an alternative expression<br />

For example, regex(de(r|st)) matches:<br />

der<br />

dest<br />

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

For example, regex([bc3]) matches:<br />

b<br />

c<br />

3<br />

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

For example, regex([c-f C-F 3-5]) matches:<br />

d<br />

F<br />

4<br />

and others<br />

370 <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!