summary refs log tree commit diff stats
path: root/lib/pure/strmisc.nim
Commit message (Collapse)AuthorAgeFilesLines
* [backport] run nimpretty on string stuffnarimiran2019-09-301-1/+1
|
* Add runnable examples for strmisc procs and a better doc for expandTabsrecloser2018-10-291-1/+28
|
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+1
|
* moved expandTabs to strmiscAndreas Rumpf2016-06-151-8/+35
|
* Move partition and rpartition to new strmisc moduleJoey Payne2016-06-131-0/+56
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.