Skip to content

Repository files navigation

@lucid-softworks/string-pascal-case

Convert mixed-case or delimited Unicode text to Pascal case.

import { pascalCase } from "@lucid-softworks/string-pascal-case";

pascalCase("HTTP server_response"); // "HttpServerResponse"