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
.NET still lacks a library that offers the above functionality - to be able to tell that a given regular expression - all of the text it matches, is part of another regular expression.
For example, if we have a* and af*, af* is a subset of a*.
The text was updated successfully, but these errors were encountered:
.NET still lacks a library that offers the above functionality - to be able to tell that a given regular expression - all of the text it matches, is part of another regular expression.
For example, if we have
a*
andaf*
,af*
is a subset ofa*
.The text was updated successfully, but these errors were encountered: