Skip to content

Convert Case Node

Utils/String/Case

Rewrites 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

string_convert_casestd
Inputs2
Outputs2
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
10/10High
PrivacyPotential sensitivity of processed data.
10/10High
PerformanceRuntime or resource pressure.
10/10High
GovernancePolicy, audit, or compliance impact.
10/10High
ReliabilityOperational stability considerations.
10/10High
CostExternal or compute cost impact.
10/10High

Input Pins

2

String

String
string

Input String

To Case

String
target_case

The case style to write the string in

Default snake_case
camelCasePascalCasesnake_caseSCREAMING_SNAKE_CASEkebab-caseSCREAMING-KEBAB-CASE+5 more

Output Pins

2

Result

String
result

The converted string

From Case

String
detected_case

The case style the input was written in, or "undetermined" when it carries no evidence of one

Node Info

Internal name
string_convert_case
Category
Utils/String/Case