Skip to content
New issue

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

ignore_case + regex support in have.value & co #537

Open
yashaka opened this issue May 25, 2024 · 1 comment
Open

ignore_case + regex support in have.value & co #537

yashaka opened this issue May 25, 2024 · 1 comment

Comments

@yashaka
Copy link
Owner

yashaka commented May 25, 2024

Consider adding regex support to the following conditions:

  • have.value
  • have.value_containing
  • have.attribute(name).* (all *)
  • have.no.* versions of same conditions

Take #529 as example of implementation and also the corresponding ignore case implementation...

@yashaka yashaka changed the title regex matched version of have.value & co ignore_case + regex support in have.value & co May 26, 2024
@yashaka
Copy link
Owner Author

yashaka commented Jul 14, 2024

ignore_case was implemented for value-like attribute conditions in one of commits for #530 on applying _EntityHasSomethingSupportingIgnoreCase and _CollectionHasSomeThingsSupportingIgnoreCase... Something similar can be implemented in context of ...SupportingRegexPatterns

yashaka added a commit that referenced this issue Jul 14, 2024
[#537] TEST: cover value like conditions with ignore_case tests
github-actions bot added a commit that referenced this issue Jul 14, 2024
[#537] TEST: cover value like conditions with ignore_case tests
yashaka added a commit that referenced this issue Jul 15, 2024
[#537] DOCS: log todo on potential property based impl. (similar to .ignore_case prop)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant