Skip to content

Release

Choose a tag to compare

@suwakei suwakei released this 13 May 14:43
· 50 commits to main since this release

Release

Functions

h2z(str: string) string

h2z returns string that converted from half width to full width.

z2h(str: string) string

z2h returns string that converted from full width to half width.

Features to be added

h2zAt(str: string, ...at: number[]): string

h2zAt returns string that converted from half width to full width.
Conversion string can be selected with the second argument.

z2hAt(str: string, ...at: number[]): string

z2hAt returns string that converted from full width to half width.
Conversion string can be selected with the second argument.