to-pascal-case

Case converter

Converts strings to a specific case format

Convert a string to pascal case.

GitHub

3 stars
3 watching
0 forks
Language: JavaScript
last commit: almost 9 years ago
Linked from 1 awesome list

caseutility

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
ianstormtaylor/to-sentence-case Converts input strings to sentence case while preserving punctuation 6
ianstormtaylor/to-dot-case Converts a string to a standardized case format 5
ianstormtaylor/to-space-case Converts a string to a standardized case format where words are separated by spaces. 6
ianstormtaylor/to-constant-case Converts a string to a consistent format 4
ianstormtaylor/to-snake-case Converts a string to a snake case format. 26
ianstormtaylor/to-camel-case Converts a string to a camel case format. 35
ianstormtaylor/to-title-case Converts a string to title case while preserving punctuation. 18
ianstormtaylor/to-capital-case Converts input text to capital case. 11
ianstormtaylor/to-no-case A utility function that removes existing casing from a string 17
sindresorhus/camelcase Converts dash/dot/underscore/space separated strings to camelCase or PascalCase. 683
zertovitch/pascal-to-ada A tool that converts Pascal code to Ada code 12
tazinho/snakecase A package for converting strings to various case formats programmatically. 147
codemodus/kace Provides common case conversion functions for various coding styles. 20
denolib/camelcase Converts strings from dashed or underscored formats to camelCase or PascalCase formats. 8
syntax-tree/nlcst-to-string Utility to convert structured text data into plain text strings 18