angular.lowercase

Improve this Doc View Source angular.lowercase

  1. function in module ng
Deprecated: (since 1.5.0) (to be removed in 1.7.0)

Use String.prototype.toLowerCase instead.

Converts the specified string to lowercase.

Usage

angular.lowercase(string);

Arguments

Param Type Details
string string

String to be converted to lowercase.

Returns

string

Lowercased string.

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://code.angularjs.org/1.6.4/docs/api/ng/function/angular.lowercase

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部