From 84d9081e21783151b40c0320ca50df4845043559 Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Sat, 11 Jun 2016 18:59:41 -0600 Subject: Move partition and rpartition to new strmisc module This was done because partition is an uncommonly used proc that is still useful in rare cases. There is also a desire to add more procs to this module at a later time. --- web/news/version_0_15_released.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'web/news') diff --git a/web/news/version_0_15_released.rst b/web/news/version_0_15_released.rst index ad3119cca..2f6c2736c 100644 --- a/web/news/version_0_15_released.rst +++ b/web/news/version_0_15_released.rst @@ -17,6 +17,15 @@ Library Additions - Added ``readHeaderRow`` and ``rowEntry`` to ``parsecsv.nim`` to provide a lightweight alternative to python's ``csv.DictReader``. +- Added ``center``, ``rsplit``, and ``expandTabs`` 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 a new module ``lib/pure/strmisc.nim`` to hold uncommon string + operations. Currently contains ``partition`` and ``rpartition``. + Compiler Additions ------------------ -- cgit 1.4.1-2-gfad0 bc556fbaaed03232622a1b61'>refs log blame commit diff stats
path: root/compiler/rodread.nim
blob: a600d14c12aafc492996506b70cc8221baf13edc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11