inspec/docs/shared/matcher_match.md.erb
2016-09-22 15:23:21 +02:00

1 line
121 B
Text

Use the `match` matcher to check if a string matches a regular expression: `its('string') { should_not match /regex/ }`.