-
Notifications
You must be signed in to change notification settings - Fork 9
Conditions
Zynj-git edited this page Jan 22, 2021
·
4 revisions
Conditions are handled via Regular Expressions and refers to the expression(s) preceding the hash of attributes.
Basics and Important Information
| symbol | logical operator | use case | RegEx |
|---|---|---|---|
, |
AND |
Create conditions that activate if EVERY/AND/ALL of the , separated expressions match. |
|
| |
OR |
Create conditions that activate if EITHER/OR/ANY of the | separated phrases or sub-expressions match. |
RegEx |
-
Notice! Comma (
,) is a custom implementation that can be escaped with\(\,) to prevent the creation of anANDcondition.
-
List of Attributes
- [d] Descriptor
- [f] Filter
- [i] Ignore
- [l] Length
- [p] Positional
- [m] Memory Positional
- [t] Trailing Positional
- [r] Random Selector
- [x] Exclude