Link Search Menu Expand Document

fullp

Explanation Converts half-width characters in a character string to full-width characters.
Call format var s = fullp( character string [, flag ] )
Return value Character string converted from half-width characters to full-width characters
Arguments String string Original character string
Boolean flag Specify the processing of voiced sound mark and semi-voiced sound mark.
In the case of $ TRUE, the voiced and semi-voiced sound marks are processed.
If $ FALSE or omitted, voiced and semi-voiced sound marks are not processed.
Exception None
Example of use
print(fullp("ABCabc123+-"), "\n");
print(fullp("アイウ、ガギグ。「パピプ」", $TRUE), "\n");
Related item halfp method