Skip to content

Generates all possible letter cases of a given string

Notifications You must be signed in to change notification settings

as77c/convertCase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

convertCase

This is tool will genrate all possible cases of a given string.

Usage

./converCase.py -s amin
========== START ==========
amin
Amin
aMin
amIn
amiN
AMin
aMIn
amIN
AMIn
aMIN
AMIN
11 cases are generated
========== END ==========

Dependency

Python 2

About

Generates all possible letter cases of a given string

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages