Skip to content

Commit 02ad938

Browse files
committed
:ss implies :s too, moritz++
1 parent ebd2436 commit 02ad938

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

S05-regex.pod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,8 @@ between sigspace and whitespace is primarily metaphorical, which is
419419
why the correspondence is both useful and (potentially) confusing.
420420

421421
The C<:ss> (or C<:samespace>) variant may be used on substitutions to
422-
do smart space mapping. For each sigspace-induced call to C<< <ws> >>
422+
do smart space mapping in addition to smart space matching. (That is,
423+
C<:ss> implies C<:s>.) For each sigspace-induced call to C<< <ws> >>
423424
on the left, the matched whitespace is copied over to the corresponding
424425
slot on the right, as represented by a single whitespace character
425426
in the replacement string wherever space replacement is desired.

0 commit comments

Comments
 (0)