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

Function snakeToCamel

lib/test/angular/1.6.7/angular.js:19062–19065  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

19060var UNDERSCORE_LOWERCASE_REGEXP = /_([a-z])/g;
19061
19062function snakeToCamel(name) {
19063 return name
19064 .replace(UNDERSCORE_LOWERCASE_REGEXP, fnCamelCaseReplace);
19065}
19066
19067function adjustMatcher(matcher) {
19068 if (matcher === 'self') {

Callers 1

$SceProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected