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
Revert "Merge pull request #735 from excid3/improve-insert-into-file"
This reverts commit 0d3a1dd, reversing
changes made to ae18824.
This breaks case when the regular expression passed to after and before
contains capture.
Since `String#split` returns the captures inside the array we can't know
with the current implementation what is the before and after the regular
expression.
0 commit comments