Skip to content

1.1.0 Release

Choose a tag to compare

@suwakei suwakei released this 14 May 18:18
· 20 commits to main since this release

Release

Functions

h2z(string) string

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

z2h(string) string

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

h2zAt(string, ...int) string

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

z2hAt(string, ...int) string

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

Features to be added

function reverse(str: string): string
reverse returns a string with the characters in the string automatically converted