We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xregexp
RegExp
What would you like to be able to do?
We should remove xregexp dependency, as there is no used benefit. We can maybe use RE2?
RE2
It looks like xregexp was added in old node v10 ages and is no longer required.
Did you already have any implementation ideas?
yes, simply use normal RegExp class.
/cc @RahulGautamSingh
The text was updated successfully, but these errors were encountered:
@rarkins WDYT?
Sorry, something went wrong.
fixed in #137
No branches or pull requests
What would you like to be able to do?
We should remove
xregexp
dependency, as there is no used benefit. We can maybe useRE2
?It looks like
xregexp
was added in old node v10 ages and is no longer required.Did you already have any implementation ideas?
yes, simply use normal
RegExp
class./cc @RahulGautamSingh
The text was updated successfully, but these errors were encountered: