upper

返回参数的大写版本。

类别

字符串

函数语法

upper(<parameters>)

签名和返回的类型

upper(<string>)

返回字符串。

示例

upper("b")

返回“B”。

在此页面上