IFMATCHES(<subject>,<pattern>,[&target],[group])
- Category
- Control Flow
- Added in
- v0.8.5
The actions following this action will only be executed when the <subject>
matches the <pattern>
.
Optionally the whole match (or only a group specified by [group]
) can be saved into [&target]
.
See also
- Regular Expressions QuickStart (www.regular-expressions.info)
- Regex Reference and Tester (regexr.com)
- Online regex tester (regex101.com)
Actions
Name
Description
ENDIF
Ends an if-clause
ELSE
The actions following this action will only be executed if no if-clause before evaluated to true