danieleteti/delphimvcframework

CamelCase fonction problem with number in value

gchenavier opened this issue · 0 comments

unit MVCFramework.Commons

function CamelCase(const Value: string; const MakeFirstUpperToo: Boolean): string;

call CamelCase("adr") return "adr"
call CamelCase("adr1") return "adr"