LB\RegExpr Attribute

Value Description
Type Strings
Default (empty)
Description This attribute specifies a regular expression for searching rule hits. Each substring of an HTTP response that matches the regular expression marks the beginning of a rule hit. When searching matching substrings, the attributes CaseSensitive and IgnoreWhiteSpaces are not used.

Examples

<LB>
  <RegExpr>name *= *[&quot;']</RegExpr>
</LB>