mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Tweaks for String#codepoints
This commit is contained in:
parent
800de9891e
commit
a1acba6d14
1 changed files with 3 additions and 0 deletions
|
@ -4,3 +4,6 @@ each codepoint is the integer value for a character:
|
|||
'hello'.codepoints # => [104, 101, 108, 108, 111]
|
||||
'тест'.codepoints # => [1090, 1077, 1089, 1090]
|
||||
'こんにちは'.codepoints # => [12371, 12435, 12395, 12385, 12399]
|
||||
''.codepoints # => []
|
||||
|
||||
Related: see {Converting to Non-String}[rdoc-ref:String@Converting+to+Non--5CString].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue