Skip to content

v1.2.1 Release

Latest

Choose a tag to compare

@suwakei suwakei released this 16 May 14:30
· 5 commits to main since this 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.

Reverse(string) string

Reverse returns a string with the characters in the string automatically converted