Is there any way to disable the default regex flags that Kotlin/js uses?
The unicode flag is being automatically applied and is breaking expressions that are completely fine without it.
Would I need to manually create javascript regexes and ditch the kotlin stdlib?