Skip to content

aberteau/CaseConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CaseConverter

Convert text from Pascal Case into Snake Case.

Case Description
Pascal Case Naming convention in which the first letter of each word in a compound word is capitalized
Snake Case Naming convention in which each space is replaced by an underscore (_) character, and the first letter of each word written in lowercase

This app is available on Azure :

https://ezcaseconverter.azurewebsites.net

Getting Started

Prerequisites

Visual Studio 2019

Authors

Amael BERTEAU

License

This project is licensed under the MIT License - see the LICENSE file for details