Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
203
var
uppercase =
function
(string) {
return
isString(string) ? string.toUpperCase() : string;};
204
205
206
var
manualLowercase =
function
(s) {
Callers
2
$http
Function · 0.70
dateStrGetter
Function · 0.70
Calls
1
isString
Function · 0.70
Tested by
no test coverage detected