VOOZH about

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

⇱ AngularJS angular.uppercase() Function - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

AngularJS angular.uppercase() Function

Last Updated : 12 Sep, 2022

The angular.uppercase() Function in AngularJS is used to convert the string into uppercase. It can be used when the user wants to show the text in uppercase instead of lowercase. 

Syntax:

angular.uppercase(string)

Example: This example illustrates the angular.uppercase() Function by specifying the string is converted into uppercase. 

Output:

👁 Image
 

Example: This is another example illustrating the angular.uppercase() Function in Angular JS.

Output:

👁 Image
 
Comment
Article Tags:

Explore