MathTop

is_lower 函数

判断文本中的每个字母是否都是小写。

语法

  • IsLower(text)
  • is_lower(text)

参数与选项

text文本值,通常写在引号中。

示例

  1. 全为小写IsLower('abc')返回 true。