Skip to content

Convert strings from and to AdaCase, CamelCase, CobolCase, KebabCase, Lowercase, MacroCase, PascalCase, SentenceCase, SnakeCase, TitleCase, TrainCase, and Uppercase

License

Notifications You must be signed in to change notification settings

ghostwriter/case-converter

Repository files navigation

Case Converter

GitHub Sponsors Automation Supported PHP Version Downloads

Convert strings from and to AdaCase, CamelCase, CobolCase, KebabCase, Lowercase, MacroCase, PascalCase, SentenceCase, SnakeCase, TitleCase, TrainCase, and Uppercase.

Installation

You can install the package via composer:

composer require ghostwriter/case-converter

Star ⭐️ this repo if you find it useful

You can also star (🌟) this repo to find it easier later.

Usage

use GhostWriter\CaseConverter\CaseConverter;

$string = 'The quick, brown fox jumps over the lazy dog.';

// $caseConverter = new CaseConverter();
// or
$caseConverter = CaseConverter::new();

// The_Quick_Brown_Fox_Jumps_Over_The_Lazy_Dog
$caseConverter->toAdaCase($string); 

// theQuickBrownFoxJumpsOverTheLazyDog
$caseConverter->toCamelCase($string);

// THE-QUICK-BROWN-FOX-JUMPS-OVER-THE-LAZY-DOG
$caseConverter->toCobolCase($string);

// the.quick.brown.fox.jumps.over.the.lazy.dog
$caseConverter->toDotCase($string);

// the-quick-brown-fox-jumps-over-the-lazy-dog
$caseConverter->toKebabCase($string);

// the quick brown fox jumps over the lazy dog
$caseConverter->toLowerCase($string);

// THE_QUICK_BROWN_FOX_JUMPS_OVER_THE_LAZY_DOG
$caseConverter->toMacroCase($string);

// TheQuickBrownFoxJumpsOverTheLazyDog
$caseConverter->toPascalCase($string);

// The quick brown fox jumps over the lazy dog
$caseConverter->toSentenceCase($string);

// the_quick_brown_fox_jumps_over_the_lazy_dog
$caseConverter->toSnakeCase($string);

// The Quick Brown Fox Jumps Over The Lazy Dog
$caseConverter->toTitleCase($string);

// The-Quick-Brown-Fox-Jumps-Over-The-Lazy-Dog
$caseConverter->toTrainCase($string);

// THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG
$caseConverter->toUpperCase($string);

Credits

Changelog

Please see CHANGELOG.md for more information on what has changed recently.

License

Please see LICENSE for more information on the license that applies to this project.

Security

Please see SECURITY.md for more information on security disclosure process.

About

Convert strings from and to AdaCase, CamelCase, CobolCase, KebabCase, Lowercase, MacroCase, PascalCase, SentenceCase, SnakeCase, TitleCase, TrainCase, and Uppercase

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy