mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-03 12:34:44 +00:00
Merge pull request #4361 from jyapayne/fix_split
Fix #4305: Make split proc for set[char] consistent
This commit is contained in:
@@ -13,6 +13,12 @@ Changes affecting backwards compatibility
|
||||
- De-deprecated ``re.nim`` because we have too much code using it
|
||||
and it got the basic API right.
|
||||
|
||||
- ``split`` with ``set[char]`` as a delimiter in ``strutils.nim``
|
||||
no longer strips and splits characters out of the target string
|
||||
by the entire set of characters. Instead, it now behaves in a
|
||||
similar fashion to ``split`` with ``string`` and ``char``
|
||||
delimiters.
|
||||
|
||||
Library Additions
|
||||
-----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user