Skip to main content
Module

x/simple_utility/mod.full.ts>textFixWidth

Simplify processing for Deno.
Latest
function textFixWidth
import { textFixWidth } from "https://deno.land/x/simple_utility@v2.1.0/mod.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