mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 11:12:37 +00:00
Add new unicode procs to the news
This commit is contained in:
@@ -23,8 +23,10 @@ Library Additions
|
||||
- Added ``center`` and ``rsplit`` to ``strutils.nim`` to
|
||||
provide similar Python functionality for Nim's strings.
|
||||
|
||||
- Added ``isTitle``, ``title``, and ``swapCase`` to ``unicode.nim`` to
|
||||
provide unicode aware string case manipulation.
|
||||
- Added ``isTitle``, ``title``, ``swapCase``, ``isUpper``, ``toUpper``,
|
||||
``isLower``, ``toLower``, ``isAlpha``, ``isSpace``, and ``capitalize``
|
||||
to ``unicode.nim`` to provide unicode aware case manipulation and case
|
||||
testing.
|
||||
|
||||
- Added a new module ``lib/pure/strmisc.nim`` to hold uncommon string
|
||||
operations. Currently contains ``partition``, ``rpartition``
|
||||
|
||||
Reference in New Issue
Block a user