ZEN2HAN

Format

ZEN2HAN( src [ , type ] )

Function

Arguments

src
The string to be converted.
type
A comma-separated string of the character types to be converted (optional). If omitted, all are specified.

Return value

Related

Version

Example

_result=ZEN2HAN('2007ABCアイウエオ','number,alphabet')

_result will be "2007ABCアイウエオ".