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

Function snakeToCamel

test/angular/1.7/angular.js:19953–19956  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

19951var UNDERSCORE_LOWERCASE_REGEXP = /_([a-z])/g;
19952
19953function snakeToCamel(name) {
19954 return name
19955 .replace(UNDERSCORE_LOWERCASE_REGEXP, fnCamelCaseReplace);
19956}
19957
19958function adjustMatcher(matcher) {
19959 if (matcher === 'self') {

Callers 1

$SceProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected