UNPKG

ractive

Version:

Next-generation DOM manipulation

6 lines (5 loc) 150 B
export default function ( hyphenatedStr ) { return hyphenatedStr.replace( /-([a-zA-Z])/g, function ( match, $1 ) { return $1.toUpperCase(); }); }