summary refs log tree commit diff stats
path: root/tests/stdlib/tstrutil.nim
Commit message (Expand)AuthorAgeFilesLines
* Version of trimZeros without temp strings (#12633)b3liever2019-11-111-0/+36
* remove deprecated procs (#12535)Andreas Rumpf2019-11-051-28/+1
* Attempt to close https://github.com/nim-lang/Nim/issues/11430Charles Blake2019-06-121-7/+14
* fixes #11369 (#11381)Andreas Rumpf2019-06-021-0/+7
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+0
* fixes #8911Andreas Rumpf2018-09-161-0/+15
* Fixed 7478: splitLines keepEol option (#8621)Iván Montes2018-08-131-1/+8
* Add parse bin int, fixes #8018 (#8020)Vindaar2018-06-131-1/+48
* Add string-to-hex and back conversionsFederico Ceratto2017-11-271-0/+18
* Update `removeSuffix` implementations to match `removePrefix` (#6636)Bo Lingen2017-10-301-4/+26
* add `strutils.removePrefix` proc (#6473)Bo Lingen2017-10-281-0/+62
* isAlphaNumberic and isDigit improvement + tests (#6579)Viktor Marosvary2017-10-241-0/+19
* Fix wrong result of countLines() (#6371)Simon Krauter2017-09-151-0/+12
* Improve & optimize strutils 'find' procs (#5196)Parashurama2017-01-111-0/+27
* Add a unit test that covers issue 3477Charles Blake2015-11-191-0/+1
* Update tests to proposed changesZach Aysan2015-07-211-16/+39
* Add tests for chompZach Aysan2015-07-171-4/+21
* Replaced repeatStr() and repeatChar() with more natural versions.Hans Raaf2015-03-031-2/+8
* Added test for toHex().Hans Raaf2015-02-181-24/+27
* strutils.rfind via chardyu2014-12-191-0/+4
* new tester; all tests categorizedAraq2014-01-131-0/+45
262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370