mirror of
https://github.com/inspec/inspec
synced 2024-11-14 08:57:11 +00:00
1 line
121 B
Text
1 line
121 B
Text
Use the `match` matcher to check if a string matches a regular expression: `its('string') { should_not match /regex/ }`.
|