Commit History

Author SHA1 Message Date
  ryanc-signiq 67fd7a7f86 FIXUP: Removed +1 causing substr slicing to skip chars on first iteration of while loop (#7312) 6 years ago
  Andreas Rumpf 0132442c1d strutils.strip: improve the documentation; fixes #7159 6 years ago
  Andreas Rumpf 5c8332d871 fixes #7293 6 years ago
  Dominik Picheta 1a565d7b20 Merge pull request #6517 from FedericoCeratto/hexstr 7 years ago
  Fabian Keller 6df6ec27ec Improved collection-to-string behavior (#6825) 7 years ago
  Dominik Picheta 45821ea2ab Fixes #4377. 7 years ago
  Araq 653dcb8027 cleaned up strutils.nim 7 years ago
  Federico Ceratto 4100932a4b Add string-to-hex and back conversions 7 years ago
  Araq a720539f5e fixes system.runnableExamples; strutils makes use of runnableExamples 7 years ago
  Fabian Keller 001298eb22 fixes #6589 again (#6766) 7 years ago
  Fabian Keller 5e66a7ce59 Modified handling of zero precision in formatFloat (#6719) 7 years ago
  Fabian Keller 7c588f2cc4 added doc examples for formatFloat (#6704) 7 years ago
  olwi 0586529ff5 Adds optional maxsplit parameter to splitWhitespace (#6503) (#6690) 7 years ago
  Araq 3174cfe55c make tests green again 7 years ago
  Bo Lingen c182d37f45 Update `removeSuffix` implementations to match `removePrefix` (#6636) 7 years ago
  Andreas Rumpf 74640862cb Merge branch 'devel' of github.com:nim-lang/Nim into devel 7 years ago
  Fabian Keller 293a873051 fixes #6589 (#6590) 7 years ago
  Andreas Rumpf 6a3288a60e more replacements for the deprecated '<' 7 years ago
  Bo Lingen e135135469 add `strutils.removePrefix` proc (#6473) 7 years ago
  Dmitry Atamanov 93fd0b0cb5 strutils.find enhancements (#6582) 7 years ago
  Viktor Marosvary ce04288d64 isAlphaNumberic and isDigit improvement + tests (#6579) 7 years ago
  Silvio 424b998f72 Fix `removeSuffix` rst code blocks 7 years ago
  Dominik Picheta ecfbe4940b Merge pull request #6051 from couven92/alignLeft 7 years ago
  Andreas Rumpf 3308d26581 breaking change: arrays of char do not convert to cstring; ptr to array of char does 7 years ago
  Andreas Rumpf 9b1a23c554 minor breacking change: in string formats '' the '1' is now interpreted as a number, not as an identifier. This is more consistent with the rest of the mini language and allows '12'. 7 years ago
  Andreas Rumpf 2b592a6425 in prepration for the upcoming different integer inference rules 7 years ago
  Simon Krauter 94e336fe85 Fix wrong result of countLines() (#6371) 7 years ago
  Fredrik Høisæther Rasch 37a615a31f Added Multi-Replacement proc for strings (#6193) 7 years ago
  Fredrik Høisæther Rasch 177a634992 Add safeties for alignLeft 7 years ago
  Fredrik Høisæther Rasch 9823c677b8 Augment align proc with alignLeft proc 7 years ago