MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / snakeToCamel

Function snakeToCamel

lib/test/angular/1.7.0/angular.js:19373–19376  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

19371var UNDERSCORE_LOWERCASE_REGEXP = /_([a-z])/g;
19372
19373function snakeToCamel(name) {
19374 return name
19375 .replace(UNDERSCORE_LOWERCASE_REGEXP, fnCamelCaseReplace);
19376}
19377
19378function adjustMatcher(matcher) {
19379 if (matcher === 'self') {

Callers 1

$SceProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected