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
When there is a separator specified and the separator can match empty (e.g. optional regex match), the repetition will terminate although the separator match is successful.
A problem revealed by this SO post.
When there is a separator specified and the separator can match empty (e.g. optional regex match), the repetition will terminate although the separator match is successful.