instance method String#length
length -> Integersize -> Integer-
文字列の文字数を返します。バイト数を知りたいときは bytesize メソッドを使ってください。
[SEE_ALSO] String#bytesize
class String
length -> Integersize -> Integer文字列の文字数を返します。バイト数を知りたいときは bytesize メソッドを使ってください。
[SEE_ALSO] String#bytesize