summary refs log tree commit diff stats
path: root/lib/pure/cstrutils.nim
Commit message (Collapse)AuthorAgeFilesLines
* Improve documentation for cstrutils (#17004)konsumlamm2021-02-101-19/+23
|
* make cstrutils work in VM (#16590)flywind2021-01-051-85/+95
| | | | | * make cstrutils work in VM * more
* follow up #16399 clean up docs (#16539)flywind2021-01-011-30/+41
| | | | | * follow up #16399 clean up docs * more
* refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)flywind2020-12-311-47/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * init * support strutils * more * better * Call len once per string/cstring * Change var to let * Compare ternary on first char * More appropriate param name * fix * better * one test * impl * more efficient * minor Co-authored-by: Clyybber <darkmine956@gmail.com>
* Clarify JS cstring len (#14184)hlaaftana2020-05-051-2/+2
|
* change 'iff' to 'if' to stop "corrections" once and for all (#14182)Miran2020-05-011-8/+8
|
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-281-22/+42
| | | | | * StringStream & more stdlib modules support for JS/NimScript * change back pegs test in line with #14134
* move eqIdent to vm.nim (#7585)Arne Döring2018-04-151-2/+4
| | | | | | * Strutils comment changes. * fix typo
* added new stdlib module 'cstrutils' for easier cstring handlingAraq2017-12-181-0/+79