Skip to content

Function.toFullWidth

github-actions[bot] edited this page Jun 20, 2026 · 21 revisions

umt / toFullWidth

Function: toFullWidth()

toFullWidth(string_): string

Defined in: String/toFullWidth.ts:10

Convert half-width alphanumeric characters to full-width characters. Inverse of toHalfWidth; only digits, uppercase and lowercase ASCII letters are converted.

Parameters

string_

string

String to convert

Returns

string

  • Converted string

Example

toFullWidth("Abc123"); // "Abc123"

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally