Constants§
Functions§
- _first_
char_ 🔒of_ utf8_ string - first_
char_ of_ utf8_ string - Return a character (or for invalid part of the string, the replacement character) of a UTF-8 string as bytes, as well as the number of input bytes consumed. For valid UTF-8 input, the number of input bytes will always match the number of output bytes.
- first_
char_ of_ utf8_ string_ lossless - Return a character or invalid part of a UTF-8 string as bytes, as well as the number of input bytes consumed.
- utf8_
from_ scalar