You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can assume that one searched with the help of a regex but we cannot be sure. It would be better if the output states something like contains value matching regex
The text was updated successfully, but these errors were encountered:
In 0.6.0 we used `contains ...`, we improved to `contains value...`
by now but this is not enough for contains regex. Thus:
- use `contains: string matching regex`
- resolves#23
Affected Version: 0.6.0
How to reproduce the problem
Consider the following code snippet
The output is:
We can assume that one searched with the help of a regex but we cannot be sure. It would be better if the output states something like
contains value matching regex
The text was updated successfully, but these errors were encountered: