W3cubDocs

/Angular.js 1.8

Improve this Doc View Source lowercase

  1. filter in module ng

Overview

Converts string to lowercase.

See the uppercase filter documentation for a functionally identical example.

Usage

In HTML Template Binding

{{ lowercase_expression | lowercase}}

In JavaScript

$filter('lowercase')()

© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 3.0.
https://code.angularjs.org/1.8.2/docs/api/ng/filter/lowercase