Hi,

Some regular expression engines include support for /i flag that makes the regexp case-insensitive.

In Pharo, regexp matcher can be setup to be case-insensitive (e.g. 'mypattern' asRegexIgnoringCase). But once a matcher is setup as case-senstive, can we provide a pattern to make its search case-insensitive using the /i (or a similar flag) in Pharo?

regards.

usman