Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function textFixWidth
import { textFixWidth } from "https://deno.land/x/simple_utility@v2.3.2/mod.pure.full.ts";

Convert half-width string (ex: Japanese Kana) to full-width and full-width alphanumeric symbols to half-width.

Examples

Example 1

const format = textFixWidth("1+1=2");

Parameters

data: string

Returns

string