るりまサーチ

最速Rubyリファレンスマニュアル検索!
111件ヒット [101-111件を表示] (0.197秒)

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. fiddle type_size_t
  4. t61string new
  5. matrix t

ライブラリ

クラス

キーワード

検索結果

<< < 1 2 >>

String#size -> Integer (6223.0)

文字列の文字数を返します。バイト数を知りたいときは bytesize メソッドを使ってください。

...いときは bytesize メソッドを使ってください。

//emlist[例][ruby]{
"test".length # => 4
"test".size # => 4
"テスト".length # => 3
"テスト".size # => 3
"\x80\u3042".length # => 2
"\x80\u3042".size # => 2
//}

@see String#bytesize...
<< < 1 2 >>