Takes a camel cased identifier name and returns an underscore separated name
Takes a camel cased identifier name and returns an underscore separated name
Example: camelToUnderscore("thisIsA1Test") == "this_is_a_1_test"
Takes an underscore separated identifier name and returns a camel cased one
Takes an underscore separated identifier name and returns a camel cased one
Example: snakecaseToCamel("this_is_a_1_test") == "thisIsA1Test"
Created by Peerapat A on Apr 7, 2017