LOTUSSCRIPT 言語


LCase 関数

Returns the lowercase representation of a string.

構文
LCase[$] ( expr )

構成要素
expr


戻り値
LCase は DataType 8 (String) の Variant 型を返し、LCase$ は String 型を返します。

使用法
LCase は英字以外の文字を無視します。

LCase(NULL) は NULL を返します。LCase$(NULL) はエラーとなります。


関連項目