Underscore to CamelCase Filter
The Underscore to CamelCase filter converts underscore style input variables to CamelCase format.
| setting | description |
|---|---|
| First character is Capitalized | Capitalize the first character of each CamelCased variable |
| input | output | options |
|---|---|---|
| FIRST_NAME | firstName | |
| first_name | FirstName | First character is Capitalized |