This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add s///r (non-destructive substitution).
[perl5.git] / t / re / subst.t
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
2010-05-17 Karl Williamson[perl #41530] s/non-utf8/is-utf8/ fails.
2010-01-19 Father Chrysostomosfix qr// and get-magic problems
2009-09-10 Yves Ortonmove regex related tests out of t/op/ into t/re/