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 6fe30d6 commit 4dbf083Copy full SHA for 4dbf083
S32-setting-library/Str.pod
@@ -379,8 +379,8 @@ is equivalent to
379
380
map {.Str}, $string.match(rx:global:x(0..$n):c/pat/)
381
382
-You may also comb lists and filehandles. C<+$*IN.comb> counts the words on
383
-standard input, for instance. C<comb(/./, $thing)> returns a list of single
+You may also comb lists and filehandles. C<+$*IN.comb> counts the characters
+on standard input, for instance. C<comb(/./, $thing)> returns a list of single
384
C<Char> strings from anything that can give you a C<Str>. Lists and
385
filehandles are automatically fed through C<cat> in order to pretend to
386
be string. This C<Cat> is also lazy.
0 commit comments