This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to make expression filter case INdependent

dear readers,

is there a way to match all various cases of a word (viagra for example) using one expression, or not? (then I would have to enter viagra, Viagra, vIagra, viAgra, etc, etc, etc.... (you get the idea)

Case independent matching seems MUCH more logical to me than case dependent... It's the actual word that triggers the rule, not the capitalisation it happens to be in... right..?


This thread was automatically locked due to age.
Parents
  • QuItE RiGhT.

    Unfortunately, many regular expression engines do not afford a case insensitive match. A few do, through use of a command-line switch.

    This came about because the regular expression tools were first put to use on Unix platforms by developers (searching source files and whatnot), where case matters.

    Maybe Astaro will share with us a trick way to make it happen, or a guestimate of when we might see a fix...
Reply
  • QuItE RiGhT.

    Unfortunately, many regular expression engines do not afford a case insensitive match. A few do, through use of a command-line switch.

    This came about because the regular expression tools were first put to use on Unix platforms by developers (searching source files and whatnot), where case matters.

    Maybe Astaro will share with us a trick way to make it happen, or a guestimate of when we might see a fix...
Children
No Data