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
This is probably bad practice on my part when writing regex patterns. But I was testing to have multiline_range extract entire line. I tried this pattern /^.*/ which matches both empty lines and lines with stuff on them.
I did not expect going through the results to never end. I think when it gets to an empty line, it isn't removing anything from whatever buffer is pulled from.
The text was updated successfully, but these errors were encountered:
This is probably bad practice on my part when writing regex patterns. But I was testing to have multiline_range extract entire line. I tried this pattern /^.*/ which matches both empty lines and lines with stuff on them.
I did not expect going through the results to never end. I think when it gets to an empty line, it isn't removing anything from whatever buffer is pulled from.
The text was updated successfully, but these errors were encountered: