You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently recheck only supports JavaScript. But, there are many dialects of regular expression in the real world.
We should support other dialects in recheck.
How to fix the problem?
Survey other dialects syntax
Python
Java
PCRE (Perl / PHP)
Ruby
The text was updated successfully, but these errors were encountered:
What is the problem?
Currently
recheck
only supports JavaScript. But, there are many dialects of regular expression in the real world.We should support other dialects in
recheck
.How to fix the problem?
The text was updated successfully, but these errors were encountered: