deb-ironic-inspector/releasenotes/notes/contains-matches-ee28958b08995494.yaml
Dmitry Tantsur d6ff54faf7 Add new conditions: matches and contains
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: Ia59d17d6f8383aed97696d678fc1e7e329242692
2016-01-26 17:01:41 +01:00

5 lines
119 B
YAML

---
features:
- New condition plugins "contains" and "matches" allow to match value against
regular expressions.