至小写/大写

点击复制

将一个给定的字符串转换为小写/大写。


例子。To Uppercase("lorem") = "LOREM"。

流动连接

  • [Input] In - 开始区块的执行。
  • [Output] Out - 当区块执行完毕后激活。

数据连接

  • [Input] Input (string) - 要转换的字符串。
  • [Output] Result (string) - 操作的结果。