Parashurama
d04ca6ef23
Improve & optimize strutils 'find' procs ( #5196 )
...
* add 'last' argument to 'find' procs in strutils
* add 'rfind' proc for looking up set[char] in strutils
* use optimised C function 'memchr' when available
2017-01-11 09:48:31 +01:00
Charles Blake
a1df79d5f2
Add a unit test that covers issue 3477
...
https://github.com/nim-lang/Nim/issues/3477
2015-11-19 07:03:06 -05:00
Zach Aysan
94149f7a48
Update tests to proposed changes
2015-07-21 15:04:10 -04:00
Zach Aysan
d28862422b
Add tests for chomp
2015-07-17 16:26:10 -04:00
Hans Raaf
3546ff8819
Replaced repeatStr() and repeatChar() with more natural versions.
2015-03-03 16:37:54 +01:00
Hans Raaf
a471b3c87f
Added test for toHex().
2015-02-18 19:02:38 +01:00
dyu
12f97a7151
strutils.rfind via char
2014-12-19 20:08:42 +08:00
Araq
20b5f31c03
new tester; all tests categorized
2014-01-13 02:10:03 +01:00