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 add support for chained substitutions of the form
... =~ s///r =~ s///r =~ s///r
as well as substitutions that are contextually performed on the `$_`
variable (i.e., they do not have a binding operator `=~`).
Fixes <shadow-dot-cat#7>.
This add support for chained substitutions of the form
... =~ s///r =~ s///r =~ s///r
as well as substitutions that are contextually performed on the `$_`
variable (i.e., they do not have a binding operator `=~`).
Fixes <shadow-dot-cat#7>.
The plugin does not currently support substitution with the
r
flag$_
, e.g.,which does not change the input
which gives
The text was updated successfully, but these errors were encountered: