|
|
5e60bbf0cf
|
document string range indexing for substring
|
2021-04-06 19:56:28 -07:00 |
|
|
|
2bc895c26d
|
added documentation on * operator for strings (#930)
|
2021-02-18 19:16:09 -08:00 |
|
|
|
d585a080e8
|
Merge pull request #751 from wren-lang/0.3.0-refactor
0.3.0 refactor
|
2020-06-05 14:57:20 -07:00 |
|
|
|
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 |
|