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
Refactor line removal logic in RemoveUntilMatch (#734)
Optimized the RemoveUntilMatch method to remove a range of lines up to and including the match, improving efficiency and readability. The exception is now only thrown if the match is not found.
0 commit comments