awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ianstormtaylor avatar

ianstormtaylor/to-pascal-case

0
View on GitHub↗
3 stars·0 forks·JavaScript·8 views

To Pascal Case

Convert a string to pascal case.

Features

  • String Manipulation - Converts strings to PascalCase format.

Star history

Star history chart for ianstormtaylor/to-pascal-caseStar history chart for ianstormtaylor/to-pascal-case

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to To Pascal Case

Similar open-source projects, ranked by how many features they share with To Pascal Case.
  • antirez/sdsantirez avatar

    antirez/sds

    5,486View on GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    View on GitHub↗5,486
  • antirez/smazantirez avatar

    antirez/smaz

    1,222View on GitHub↗

    Small strings compression library

    C
    View on GitHub↗1,222
  • chalk/strip-ansichalk avatar

    chalk/strip-ansi

    503View on GitHub↗

    Strip ANSI escape codes from a string

    JavaScript
    View on GitHub↗503
  • alexei/sprintf.jsalexei avatar

    alexei/sprintf.js

    2,140View on GitHub↗

    sprintf.js is a complete open source JavaScript sprintf implementation

    JavaScript
    View on GitHub↗2,140
See all 30 alternatives to To Pascal Case→

Frequently asked questions

What does ianstormtaylor/to-pascal-case do?

Convert a string to pascal case.

What are the main features of ianstormtaylor/to-pascal-case?

The main features of ianstormtaylor/to-pascal-case are: String Manipulation.

What are some open-source alternatives to ianstormtaylor/to-pascal-case?

Open-source alternatives to ianstormtaylor/to-pascal-case include: antirez/sds — sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements… antirez/smaz — Small strings compression library. chalk/strip-ansi — Strip ANSI escape codes from a string. cocur/slugify — Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte. daniakash/pluralizer — Created with CodeSandbox. alexei/sprintf.js — sprintf.js is a complete open source JavaScript sprintf implementation.