Skip to content

Commit

Permalink
Add missing text (#1046)
Browse files Browse the repository at this point in the history
Added missing doc about pattern attributes
  • Loading branch information
alexravenna authored Apr 11, 2024
1 parent 4392455 commit 37634e1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ A condition is defined by specifying the following properties:
- **Input string**- Condition input specifies which item to use as an input for the condition evaluation. Condition input is an arbitrary string that can include server variables and back-references to prior condition patterns and/or to rule patterns.
- **Pattern** – A pattern to look for in the condition input. A pattern can be specified by using either regular expression syntax or by using wildcard syntax. The type of pattern to use in a condition depends on the value of the **patternSyntax** flag defined for the rule to which this condition belongs. This condition type has two related attributes that control pattern matching:

- **pattern** – Use this attribute to specify the actual pattern.
- **ignoreCase** – Use this attribute to control whether pattern matching for the condition should be case sensitive or case insensitive.

<a id="Rule_action"></a>

### Rule Action
Expand Down

0 comments on commit 37634e1

Please sign in to comment.