Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/simple_utility/src/text.ts>accurateSegment

A handy utility collection.
Go to Latest
function accurateSegment
import { accurateSegment } from "https://deno.land/x/simple_utility@v0.2.3/src/text.ts";

Accurately count Unicode above 0x010000 and array them character by character.

Parameters

data: string

any string.