LOTUSSCRIPT 言語
Returns the lowercase representation of a string.
構文 LCase[$] ( expr )
構成要素 expr
使用法 LCase は英字以外の文字を無視します。
LCase(NULL) は NULL を返します。LCase$(NULL) はエラーとなります。
例 関連項目