MathTop

has_lower 函数

判断文本是否至少包含一个小写字母。

语法

  • HasLower(text)
  • has_lower(text)

参数与选项

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

示例

  1. 包含小写HasLower('ABCd')返回 true。