Mercurial > repos > tabletprog
log samples/stringops.tp @ 316:df4b67d8d2bc
age | author | description |
---|---|---|
Sun, 27 Jul 2014 13:21:38 -0700 | Michael Pavone | Add a couple more trim cases to strinops sample |
Tue, 22 Jul 2014 21:31:41 -0700 | Michael Pavone | Add utf8 method to integer types for converting a number into a utf8 string made up of the corresponding character code |
Thu, 29 May 2014 18:51:15 -0700 | Michael Pavone | Add ltrim method to string |
Sat, 10 Aug 2013 15:20:38 -0700 | Mike Pavone | Add parseHex32 and parseHex64 to string objects |
Fri, 09 Aug 2013 20:12:04 -0700 | Mike Pavone | Add splitOn and partitionOn to string objects |
Fri, 09 Aug 2013 13:20:40 -0700 | Mike Pavone | Added from and from:withLength for doing substring operations |
Fri, 09 Aug 2013 10:05:20 -0700 | Mike Pavone | Implement find:else on string objects |
Thu, 12 Jul 2012 22:10:58 -0700 | Mike Pavone | Improve compiler error reporting. Fix operator associativity. Add some more string operations and a string ops sample |