index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-string-ext
/
test
/
string.rb
Age
Commit message (
Expand
)
Author
2019-04-27
Remove duplicated `String#each_char`
KOBAYASHI Shuji
2019-03-12
Fix missing assertions in `mruby-string-ext` test
KOBAYASHI Shuji
2018-11-19
Removed `String#try_convert` method from `mruby-string-ext` gem.
Yukihiro "Matz" Matsumoto
2018-11-19
Remove implicit conversion using `to_str` method; fix #3854
Yukihiro "Matz" Matsumoto
2018-11-19
Remove implicit conversion using `to_int` method.
Yukihiro "Matz" Matsumoto
2018-11-02
Add tests for empty patterns for `tr` and `count`; #4156 #4157
Yukihiro "Matz" Matsumoto
2018-09-21
Implement `String#delete` and `#delete!`; ref #4086
Yukihiro "Matz" Matsumoto
2018-09-21
Implement `String#count`; ref #4086
Yukihiro "Matz" Matsumoto
2018-09-21
Add `String#squeeze` and `#squeeze!`; ref #4086
Yukihiro "Matz" Matsumoto
2018-09-21
Add `String#tr_s` and `String#tr_s!`; ref #4086
Yukihiro "Matz" Matsumoto
2018-09-21
Add `String#tr` and `#tr!` to `mruby-string-ext` gem; fix #4086
Yukihiro "Matz" Matsumoto
2017-10-17
Add `String#delete_{prefix,suffix}`; CRuby2.5
Yukihiro "Matz" Matsumoto
2017-06-14
Reimplement String#upto
ksss
2017-05-21
String#concat: Try to convert when not string
ksss
2017-02-11
Remove historical comment; ref #3450 #3448
Yukihiro "Matz" Matsumoto
2017-02-11
remove skip that shouldn't be necessary anymore.
robert
2017-02-10
Tests for UTF-8 String#ljust and String#rjust
Tomasz Dabrowski
2017-02-10
String#ljust and String#rjust reimplementation (fix #3445)
Tomasz Dabrowski
2016-11-24
Read length after args in String#setbyte
Craig Lehmann
2016-08-17
Fix String#ord failure which return a negative value
Hiroshi Mimaki
2016-07-14
String#insert should be destructive
ksss
2016-01-30
Add String#rjust test to mruby-string-ext
Akira Moroo
2015-11-24
add {Array|Hash|String}.try_convert
takahashim
2015-09-24
UTF-8 string support in core
Yukihiro "Matz" Matsumoto
2015-08-05
add String#setbyte and String#byteslice to mruby-string-ext
Yukihiro "Matz" Matsumoto
2015-01-13
Add String#upto
Jun Hiroe
2015-01-12
add String#ljust into mruby-string-ext
takahashim
2014-12-17
Add String#prepend
Jun Hiroe
2014-12-13
Add String#insert
Jun Hiroe
2014-08-11
"-a-a-".succ should be "-a-b-"
mattn
2014-08-11
Fix String#succ. "-a-".succ should be "-b-"
mattn
2014-08-11
Fix String#succ. "-".succ should be "."
mattn
2014-08-08
remove test for succ on Unicode (non-ASCII) char; #2520
Yukihiro "Matz" Matsumoto
2014-08-08
Add String#succ, String#succ!, String#next, String#next!
mattn
2014-06-19
Modify return value of String#slice! if idx == self.size
Akito Mochizuki
2014-06-15
Implement String#slice_bang
Jun Hiroe
2014-06-07
move String#clear to mruby-string-ext; ref #2370
Yukihiro "Matz" Matsumoto
2014-06-07
remove UTF-8 strings from mruby-string-ext test
Yukihiro "Matz" Matsumoto
2014-06-04
Add String#lines
mattn
2014-06-03
Implement String#chr
Jun Hiroe
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-04-20
String#casecmp should be call `to_str`
ksss
2014-03-31
More tests for String#hex, String#oct as against 9434506035c3fc01de55ac0bc8b7...
mattn
2014-03-27
add String#oct
cubicdaiya
2014-03-27
Implement String#hex
mattn
2014-01-07
mruby-string-utf8: UTF-8 string may contail NUL; #1646
Yukihiro "Matz" Matsumoto
2013-12-27
add String#partition and String#rpartition.
Tomoyuki Sahara
2013-08-26
Merge branch 'mruby' into pr-typeerror-string-start-end-with
Tomoyuki Sahara
2013-08-26
Merge pull request #1485 from fjmilens3/string_end_with
Yukihiro "Matz" Matsumoto
2013-08-23
Check type of arguments for #start_with and #end_with.
Tomoyuki Sahara
[next]