Page 1 of 1

2.0 missing RegexOptions.ECMAScript

Posted: Tue Jul 09, 2019 7:48 am
by TaterJuice
RegexOptions.ECMAScript is missing from the 2.0 release. Does this mean regex is no longer executed in ECMAScript in the output?

Re: 2.0 missing RegexOptions.ECMAScript

Posted: Fri Jul 12, 2019 3:25 am
by JS-Support @Userware
Hi,

Thanks for reporting this issue.

The current status of .NET regex support in Bridge.NET is available at:
https://github.com/bridgedotnet/Bridge/issues/1167

I am not sure about whether it will behave differently in your project.

For reference, here is the documentation of the "RegexOptions.ECMAScript" option:
https://docs.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-options#ECMAScript

Thanks.