We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3eec8c commit b2904a1Copy full SHA for b2904a1
doc/Type/Str.pod
@@ -562,7 +562,7 @@ Returns the invocant string where C<$matcher> is replaced by C<$replacement>
562
(or the original string, if no match was found).
563
564
There is an in-place syntactic variant of C<subst> spelled
565
-C<s/matcher/replacement>.
+C<s/matcher/replacement/>.
566
567
C<$matcher> can be a L<Regex>, or a literal C<Str>. Non-Str matcher arguments
568
of type L<Cool> are coerced to C<Str> for literal matching.
0 commit comments