summary refs log tree commit diff stats
path: root/lib/pure/strmisc.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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.