Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
function textSplitBySegment
import { textSplitBySegment } from "https://deno.land/x/simple_utility@v2.2.1/mod.pure.full.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[]