Regex case insensitive match

Hi,

Can we use the regex functions in EasyMorph to do case insensitive matching ?
It appears that the flag "/i" does nog work ?

Or do we have to explicitly list the lower and uppercase strings in the pattern ?

Thanks
Nikolaas

It seems that you have to add (?i) at the beginning of the pattern string.