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
Writing regular expressions using the RegexBase class heirarchy can make for much more readable and less error prone code compared to writing strings which are then parsed, especially if the regular expression is generated dynamically. It would be nice if this API was public so that downstream users could rely on it.
The text was updated successfully, but these errors were encountered:
Writing regular expressions using the RegexBase class heirarchy can make for much more readable and less error prone code compared to writing strings which are then parsed, especially if the regular expression is generated dynamically. It would be nice if this API was public so that downstream users could rely on it.
The text was updated successfully, but these errors were encountered: