We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cased
@hitenkoku Are you interested in implementing this?
field|cased: stringHogeHoge means it will do an exact string match, not case-insensitive search like default.
field|cased: stringHogeHoge
We probably need to support the following as well: field|startswith|cased: HogeHoge
field|startswith|cased: HogeHoge
field|endswith|cased: HogeHoge
field|contains|cased: HogeHoge
The text was updated successfully, but these errors were encountered:
feat(matchers): added cased modifier #1398
7fe85e8
test(matchers): added cased modirifer test #1398
d6f5d6f
hitenkoku
Successfully merging a pull request may close this issue.
@hitenkoku Are you interested in implementing this?
field|cased: stringHogeHoge
means it will do an exact string match, not case-insensitive search like default.We probably need to support the following as well:
field|startswith|cased: HogeHoge
field|endswith|cased: HogeHoge
field|contains|cased: HogeHoge
The text was updated successfully, but these errors were encountered: