Skip to content

Commit

Permalink
selfを返す説明を捕捉
Browse files Browse the repository at this point in the history
  • Loading branch information
hiropk committed May 10, 2024
1 parent 9e3a144 commit 4895a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refm/api/src/_builtin/String
Original file line number Diff line number Diff line change
Expand Up @@ -3698,7 +3698,7 @@ range で指定したバイトの範囲に含まれる部分文字列を返し
--- bytesplice(range, str, str_range) -> String
#@end

self を返します。
self の一部または全部を str で置き換えて self を返します。
#@since 3.3
str_index と str_length もしくは str_range が与えられたとき、self の一部または全部を str.byteslice(str_index, str_length) もしくは str.byteslice(str_range) で置き換えます。
ただし、str の部分文字列は新しい文字列オブジェクトとして生成されません。
Expand Down

0 comments on commit 4895a83

Please sign in to comment.