MathTop

is_upper 函数

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

语法

  • IsUpper(text)
  • is_upper(text)

参数与选项

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

示例

  1. 全为大写IsUpper('ABC123')返回 true。