Remove `xregexp` and use build-in `RegExp`
Closed this issue · 2 comments
viceice commented
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
?
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.