microsoft / Power-Fx

Power Fx low-code programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regular expressions don't honor culture settings

gregli-msft opened this issue · comments

All of our regular expression functions use the Invariant culture, ignoring the host's set culture, with no way to choose a culture otherwise (like the 2nd argument to Value). This has implications for case insensitive matching. We need to rationalize.