エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Class: String (Ruby 2.4.0)
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Class: String (Ruby 2.4.0)
Returns a new string object containing a copy of str. The optional enc argument specifies the enc... Returns a new string object containing a copy of str. The optional enc argument specifies the encoding of the new string. If not specified, the encoding of str (or ASCII-8BIT, if str is not specified) is used. The optional size argument specifies the size of internal buffer. This may improve performance, when the string will be concatenated many times (and call many realloc). static VALUE rb_str_i