Btw, snake case looks_like_this, your example is for converting hyphen separated words into camel case.
looks_like_this
To do snake case, the regex in your example should look like this:
/(_\w)/g
Btw, snake case
looks_like_this
, your example is for converting hyphen separated words into camel case.To do snake case, the regex in your example should look like this: