Functions
f2z(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.
h2zAt(str: string,at: ...int): 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: ...int): string
z2hAt returns string that converted from full width to half width.
Conversion string can be selected with the second argument.
reverse(str: string): string
reverse returns a string with the characters in the string automatically converted