VOOZH about

URL: https://www.geeksforgeeks.org/angular-js/angularjs-uppercase-filter/

⇱ AngularJs uppercase Filter - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

AngularJs uppercase Filter

Last Updated : 5 Sep, 2022

The uppercase Filter in AngularJS is used to change a string to an uppercase string or letters

Syntax:

{{ string | uppercase}}

Example: This example describes the use of the uppercase Filter in AngularJS.

Output:

👁 Image
 

Example 2: This example describes the use of the uppercase Filter in AngularJS by transforming the entered text to uppercase.

Output:

👁 Image
 
Comment

Explore