regex support
#2122
Replies: 1 comment
-
All regex evaluation happens using .NET regex facilities. Some regexes are translated "on the fly" from JS versions to ones supported by .NET. Some advanced regex features are not supported, especially latest ECMAScript additions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. Does it use node underhood? If not, does it support regexes and which engine is used for this support? I want to use lib for running js-regexes in .NET code. For some reasons ECMAScript option doesn't fit me. Will Jint actually run regex as js do?
Beta Was this translation helpful? Give feedback.
All reactions