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
Id rather only do this if the capture group itself was optional, and the current regex analysis cant detect it afaik. Id love to construct a proper regex AST to do stuff like this
right now Execute Regex aborts if it doesn't capture anything for all groups, instead it would be nice if it'd return Options from those groups
allows me to use branching based on which groups successfully captured a value
The text was updated successfully, but these errors were encountered: