Browse Source
Both check a value against a regular expression. The former requires full match, while the latter requires matching anywhere in the string representaion of value. Change-Id: Ia59d17d6f8383aed97696d678fc1e7e329242692changes/12/272612/1
6 changed files with 62 additions and 1 deletions
@ -0,0 +1,4 @@
|
||||
--- |
||||
features: |
||||
- New condition plugins "contains" and "matches" allow to match value against |
||||
regular expressions. |
Loading…
Reference in new issue