File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8484,7 +8484,7 @@ However, this:
84848484uses empty string matches as separators; thus, the empty string
84858485may be used to split EXPR into a list of its component characters.
84868486
8487- As a special case for C<split>PATTERNE<sol>,EXPR,LIMIT> ,
8487+ As a special case for C<split>,
84888488the empty pattern given in
84898489L<match operator|perlop/"m/PATTERN/msixpodualngc"> syntax (C<//>)
84908490specifically matches the empty string, which is contrary to its usual
@@ -8499,7 +8499,7 @@ C<E<sol>m> and any of the other pattern modifiers valid for C<qr>
84998499specified explicitly.
85008500
85018501As another special case,
8502- C<split>PATTERNE<sol>,EXPR,LIMIT> emulates the default
8502+ C<split> emulates the default
85038503behavior of the
85048504command line tool B<awk> when the PATTERN is either omitted or a
85058505string composed of a single space character (such as S<C<' '>> or
You can’t perform that action at this time.
0 commit comments