Skip to main content
Latest
function textSplitBySegment
import { textSplitBySegment } from "https://deno.land/x/simple_utility@v2.1.0/mod.pure.ts";

Accurately recognize string that contain character above 0x010000 and array them one by character. Useful for calculate number of characters with string contains emoji.

Examples

Example 1

const emojis = textSplitBySegment("😀😃😄😁😆😅😂🤣");

Parameters

data: string

Returns

string[]