Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ uppercase
Function
uppercase
tools/ngui/static/js/lib/angular.js:32–32 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
30
* @returns {string} Uppercased string.
31
*/
32
var
uppercase =
function
(string){
return
isString(string) ? string.toUpperCase() : string;};
33
34
35
var
manualLowercase =
function
(s) {
Callers
3
angular.js
File · 0.85
$http
Function · 0.85
dateStrGetter
Function · 0.85
Calls
1
isString
Function · 0.85
Tested by
no test coverage detected