selene icon indicating copy to clipboard operation
selene copied to clipboard

ignore_case + regex support in have.value & co

Open yashaka opened this issue 1 year ago • 1 comments

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 avatar May 25 '24 11:05 yashaka

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 avatar Jul 14 '24 12:07 yashaka