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
It's unfortunate that a parsed regular expression Expr contains no offset information from the original string. It just means that if you have to later give an error message about some particular part you can't pinpoint with a lot of precision. (In my case, I want to report that certain features -- such as word boundaries -- are not supported.)