Case Node Catalog
Case category
Generated from 7 catalog nodes in Utils/String/Case.
Nodes in this category
Showing 7 of 7 generated node docs.
Capitalize
Utils/String/CaseUpper cases the first character and leaves the rest untouched
Convert Case
Utils/String/CaseRewrites a string in the chosen case style. The input's own style is detected automatically, so any of the supported styles can be fed in
Detect Case
Utils/String/CaseNames the case style a string is written in
Title Case
Utils/String/CaseConverts a string to Title Case
camelCase
Utils/String/CaseConverts a string to camelCase or PascalCase
kebab-case
Utils/String/CaseConverts a string to kebab-case
snake_case
Utils/String/CaseConverts a string to snake_case