Previous Topic: Resource Matching and Regular Expressions

Next Topic: Regular Expressions for Resource Matching

Standard Resource Matching

By default, resource matching for a rule is done with wildcards.

The following table describes the characters that are supported for resource matching.

Character

Use

*

The wildcard (*) is used to match all characters in the string. The expression *.html will match all files with a .html file extension, such as index.html, out.html, and so forth.

?

The question mark (?) will match a single character of the string. The expression lmn?p will match the sub-string lmnop, lmnep, and so forth.


Copyright © 2010 CA. All rights reserved. Email CA about this topic