-
Notifications
You must be signed in to change notification settings - Fork 289
Open
Description
This is a relic from perldoc styling.
https://docs.raku.org/type/Str#routine_split
If DELIMITER is a string, it is searched for literally and not treated as a regex. If DELIMITER is the empty string, it effectively returns all characters of the string separately (plus an empty string at the begin and at the end). If PATTERN is a regular expression, then that will be used to split up the string. If DELIMITERS is a list, then all of its elements will be considered a delimiter (either a string or a regular expression) to split the string on.
Metadata
Metadata
Assignees
Labels
No labels