mirror of
https://github.com/hanskokx/arcane_helper_utils.git
synced 2026-05-14 02:19:09 +02:00
2c13b6fe72
- Added additional `String` manipulation utilities, including: - `capitalizeWords`: Capitalizes the first letter of each word in the string. - `spacePascalCase`: Adds spaces between words in a PascalCase string. Signed-off-by: Hans Kokx <hans.kokx@hackberry.se>