diff --git a/docs/gossfile.md b/docs/gossfile.md index a463c2ce..8bfc9768 100644 --- a/docs/gossfile.md +++ b/docs/gossfile.md @@ -749,12 +749,7 @@ These will convert the system attribute to a string prior to matching. * `have-suffix: suf` - Checks if string ends with "suf" * `match-regexp: '.*'` - Checks if string matches regexp * `contain-substring: '2'` - Checks if string contains "2" - * `'55'` - Checks that the numeric is "55" when converted to string -* `have-prefix: pre` - Checks if string starts with "pre" -* `have-suffix: suf` - Checks if string ends with "suf" -* `match-regexp: '.*'` - Checks if string matches regexp -* `contain-substring: '2'` - Checks if string contains "2" !!! example ```yaml