MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / uppercase

Function uppercase

code/songhop/www/lib/angular/angular.js:203–203  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

201 * @returns {string} Uppercased string.
202 */
203var uppercase = function(string) {return isString(string) ? string.toUpperCase() : string;};
204
205
206var manualLowercase = function(s) {

Callers 2

$httpFunction · 0.70
dateStrGetterFunction · 0.70

Calls 1

isStringFunction · 0.70

Tested by

no test coverage detected