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

x/pagic/src/utils/mod.ts>substring

A static site generator powered by Deno + React
Go to Latest
function substring
import { substring } from "https://deno.land/x/pagic@v1.5.1/src/utils/mod.ts";

截取指定长度的中英文混合字符串

Parameters

str: string

待截取的字符串

n: number

截取长度(中文字符为英文的 double)

optional
suffix = [UNSUPPORTED]