Commit Graph

7 Commits

Author SHA1 Message Date
a437e804ba Added String.fromByte with docs and unit test 2019-02-27 08:10:54 -05:00
09f4beff4a Add trim methods on String:
- trim()
- trim(chars)
- trimEnd()
- trimEnd(chars)
- trimStart()
- trimStart(chars)
2018-07-15 10:48:56 -07:00
9efb18bae2 Typo: "seperator" -> "separator". 2017-03-15 07:06:07 -07:00
32aa43d1df Split and replace in wren. 2017-03-07 21:15:06 -05:00
6845328661 Tweak String.indexOf(_,_) a bit.
- Simplify the arithmetic a little in wrenStringFind().
- Allow the start to be negative.
- Even more tests.
- Docs.
2016-08-03 22:19:34 -07:00
b57fd6431a iterator protocol relative to core/ not modules/ 2016-05-21 00:21:47 -02:30
82706b74fc Reorganize site to make room for documenting the other built-in modules. 2015-11-08 13:31:22 -08:00