Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function textSplitBySegment
import { textSplitBySegment } from "https://deno.land/x/simple_utility@v2.3.2/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[]