There seems no additional option in RegexMatch formula in https://coda.io/formulas, like most regex regines do.
The original request of mine is to perform case-insensitive match in table filtering. I’ve tried ‘/hello world/i’, but it seems not working.
Could you add options to RegexMatch. Or, at least a way to perform case-insensitive regex match?
Now that we have RegexExtract which has an optional parameter for flags I believe the other two regex formulas should be updated to match, I’ve compared them here: