diff options
author | Shugo Maeda <shugo@ruby-lang.org> | 2023-01-20 16:09:58 +0900 |
---|---|---|
committer | Shugo Maeda <shugo.maeda@gmail.com> | 2023-01-20 18:02:37 +0900 |
commit | cce3960964784e57cba14762503c5fdd688e9919 (patch) | |
tree | 0be911c0aedc119af4d636f56eee82ae8b2d7f2b /.document | |
parent | 845f6275b2b7d9ad24e45e3a0bfabeea25555bbc (diff) | |
download | ruby-cce3960964784e57cba14762503c5fdd688e9919.tar.gz |
[Feature #19314] Add new arguments of String#bytesplice
bytesplice(index, length, str, str_index, str_length) -> string
bytesplice(range, str, str_range) -> string
In these forms, the content of +self+ is replaced by str.byteslice(str_index, str_length) or str.byteslice(str_range); however the substring of +str+ is not allocated as a new string.
Diffstat (limited to '.document')
0 files changed, 0 insertions, 0 deletions