danieleteti / delphimvcframework

DMVCFramework (for short) is a popular and powerful framework for WEB API in Delphi. Supports RESTful and JSON-RPC WEB APIs development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CamelCase fonction problem with number in value

gchenavier opened this issue · comments

unit MVCFramework.Commons

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

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