Skip to main content

Text.codepoints

codepoints

Documentation

Returns a vector containing integers representing the Unicode codepoints of the input text. This is useful for low-level operations, such as binary data encoding and decoding.

Examples

Get the codepoints of the text "Hello".

      "Hello".codepoints