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
Compiles RegExes into an NFA, optionally into an very fast DFA, and returns the longest match without backtracking. RegEx IDs identify which of several concurrent RegExes matched — ideal for lexers, yet flexible for other uses.