angular.lowercase

将指定的字符串转化为小写。

用法

angular.lowercase(string)

参数

参数 形式 详细
string * 需要转化为小写形式的字符串

返回

boolean 小写形式的字符串。