log samples/stringops.tp @ 259:32964a4e7a33

age author description
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