MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / uppercase

Function uppercase

OpenReservation/wwwroot/Scripts/angular.js:201–201  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

199
200 var lowercase = function (string) { return isString(string) ? string.toLowerCase() : string; };
201 var uppercase = function (string) { return isString(string) ? string.toUpperCase() : string; };
202
203 var manualLowercase = function (s) {
204 /* jshint bitwise: false */

Callers 2

$httpFunction · 0.85
dateStrGetterFunction · 0.85

Calls 1

isStringFunction · 0.85

Tested by

no test coverage detected