@lucid-softworks/string-camel-case
v0.1.0
Published
Convert Unicode text to lower camel case.
Maintainers
Readme
@lucid-softworks/string-camel-case
Convert mixed-case or delimited Unicode text to lower camel case using the
shared string-words tokenizer.
import { camelCase } from "@lucid-softworks/string-camel-case";
camelCase("HTTP server_response"); // "httpServerResponse"