Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: add includesValue/doesNotIncludeValue
`hasValue(regex)` works for simple strings, but if you need to check whether an input/textarea includes a more complex string like markdown and/or url, converting it to a regular expression might not be feasible.
- Loading branch information