effect-io-ai

Package: effect
Module: String

String.camelCase

Converts a string to camelCase.

When to use

Use to normalize mixed word separators or existing PascalCase/camelCase text into lower-initial camelCase identifiers.

See

Signature

declare const camelCase: (self: string) => string

Source

Since v4.0.0