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.