<< Click to Display Table of Contents >>
Manual > Control Reference > Route > Route Methods >
Determines whether a character (string) is full-width.
syntax
IsFullWidthChar(
str
)
Parameters
Type:
Characters (strings)
The character (string) to be judged.
Return Value
Boolean (or an array if a string is specified as a parameter)
FALSE - Half-width. TRUE - Full-width.
Explanation
Determines whether a string is full-width or half-width. Returns TRUE if the character is full-width, FALSE if the character is half-width. For strings (multiple characters), determines each character and returns it as a one-dimensional array.
Supported
○
Script Action
Can be used in server script Ver2 actions
Browser script
Can be used in browser scripts
×
Calculation Expression Syntax
Can be used in expression syntax (e.g. bind format)
reference
StrLen
MBStrLen
LeftStr
RightStr
MidStr
FindStr
IsLike
InsertStr
RepeatInsertStr
CombineStr
DivideStr
TrimLeftStr
TrimRightStr
UpperStr
LowerStr
ReplaceStr
ReverseStr
CStrToArray
CArrayToStr
CCsvToArray
CArrayToCsv
Chr
Ascii
RET
IntStrs
IsFullWidthChar
MeasureStr