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

Function snakeToCamel

test/angular/1.6/angular.js:19338–19341  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

19336var UNDERSCORE_LOWERCASE_REGEXP = /_([a-z])/g;
19337
19338function snakeToCamel(name) {
19339 return name
19340 .replace(UNDERSCORE_LOWERCASE_REGEXP, fnCamelCaseReplace);
19341}
19342
19343function adjustMatcher(matcher) {
19344 if (matcher === 'self') {

Callers 1

$SceProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected