()
| 1206 | * **When to use** |
| 1207 | * |
| 1208 | * Use when you need custom word-case output with a delimiter or part transform |
| 1209 | * that the fixed case helpers do not provide. |
| 1210 | * |
| 1211 | * @see {@link pascalCase} for fixed PascalCase output |
| 1212 | * @see {@link camelCase} for fixed lower-initial camelCase output |
| 1213 | * @see {@link constantCase} for fixed uppercase underscore-separated output |
no outgoing calls