summary refs log tree commit diff stats
path: root/lib/std/private/strimpl.nim
Commit message (Collapse)AuthorAgeFilesLines
* refactor cmpNimIdentifier (#16611)flywind2021-01-131-0/+4
| | | | | | | | | * refactor cmpNimIdentifier * Apply suggestions from code review Co-authored-by: Clyybber <darkmine956@gmail.com> Co-authored-by: Clyybber <darkmine956@gmail.com>
* make cstrutils work in VM (#16590)flywind2021-01-051-5/+24
| | | | | * make cstrutils work in VM * more
* refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)flywind2020-12-311-0/+53
* 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>