Skip to content

Converts traditional cased sentences to AlterniveCases such as CamleCase or lowerCamelCase

Notifications You must be signed in to change notification settings

ericjaystevens/psAltCase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Examples

convertTo-CamelCase -inputString "my example"  
MyExample

User lowerCamelCase too (where the first letter is lowercase)

convertTo-LowerCamelCase -inputString "My name with spaces"
myNameWithSpaces

Convert from pipeline

"My-name-with-dashes and spaces" | convertTo-LowerCamelCase
myNameWithDashesAndSpaces

Use Multiple characters as delimiters.

convertTo-LowerCamelCase -inputString "My-name-with-dashes and spaces" -deliminator " ", "-"
myNameWithDashesAndSpaces

About

Converts traditional cased sentences to AlterniveCases such as CamleCase or lowerCamelCase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published