Skip to content

Commit

Permalink
docs: clarify split behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrzesniewski committed Aug 6, 2022
1 parent cff5336 commit e25cd2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/content/manual/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2425,7 +2425,10 @@ sections:
- title: "`split(regex; flags)`"
body: |
For backwards compatibility, `split` splits on a string, not a regex.
Splits an input string on each regex match.
For backwards compatibility, when called with a single argument,
`split` splits on a string, not a regex.
example:
- program: 'split(", *"; null)'
Expand Down

0 comments on commit e25cd2e

Please sign in to comment.