Capy-Bearer Documentation

split_utf8

lib call

Capy

function split_utf8(value : string, compound : bool = false) dval

Description

Use split_utf8 to split UTF-8 text into characters. Set compound when you need supported compound characters kept together.

Return Values

List-shaped dval.

Example

Capy

print(join(split_utf8("AĆ©"), ","), "\n")