Compare the results of all three mapping algorithms
Change in 0.8a2 - accept _ as alphabetic char in camel and GracefulNames
fit.AccTestFixtures.LabelMappingFixture | ||||
label | camel | graceful names | extended camel | notes |
hi there! | hiThere | hiThere | hiThereBang | "Bang" is a developer term. |
123.45 | one2345 | one2345 | one23Dot45 | |
pass | pass_ | pass_ | pass_ | "pass" is a Python reserved word |
try_this | try_this | try_this | try_this | Python regards _ as an alphabetic character in identifiers. |
Leading caps | LeadingCaps | LeadingCaps | LeadingCaps | |
One2buckle My shoe | One2buckleMyShoe | One2BuckleMyShoe | One2buckleMyShoe | Note the capitalization of "buckle" |