CamelCase to Underscore Filter
The CamelCase to Underscore filter converts CamelCase style input variables to underscore format.
| setting | description |
|---|---|
| Underscore lowercase | Make the output underscore variable lowercase |
| input | output | options |
|---|---|---|
| firstName | FIRST_NAME | none |
| firstName | first_name | Underscore lowercase |