If a field name has numbers then some new rules need to be added. I ran into a case where FdrS3FileSizeMax split the words into {"Fdr", "S3File", "Size", "Max"} which results in a subsequent call to ToMixedCaps() to return FdrS3fileSizeMax (notice the small 'f' after 'S3').
If a field name has numbers then some new rules need to be added. I ran into a case where
FdrS3FileSizeMax
split the words into {"Fdr", "S3File", "Size", "Max"} which results in a subsequent call toToMixedCaps()
to returnFdrS3fileSizeMax
(notice the small 'f' after 'S3').