mirror of
https://github.com/inspec/inspec
synced 2025-02-17 14:38:43 +00:00
2 lines
121 B
Text
2 lines
121 B
Text
|
Use the `match` matcher to check if a string matches a regular expression: `its('string') { should_not match /regex/ }`.
|