New node: 'String Capitalization' (#4043)

* New node: 'String Capitalization'

* Clarify comment
This commit is contained in:
Keavon Chambers
2026-04-23 19:12:00 -07:00
committed by GitHub
parent a59fed9d1c
commit 328c4f272b
8 changed files with 247 additions and 14 deletions

View File

@@ -106,6 +106,8 @@ log = "0.4"
bitflags = { version = "2.4", features = ["serde"] }
ctor = "0.2"
convert_case = "0.8"
titlecase = "3.6"
unicode-segmentation = "1.13.2"
indoc = "2.0.5"
derivative = "2.2"
thiserror = "2"