cage1016 / alfred-devtoys

A Swiss Army knife for developers for Alfred
MIT License
118 stars 6 forks source link

case camel, pascal not working well #12

Closed xiaobq closed 1 year ago

xiaobq commented 1 year ago

For string "how aRe yoU", camel and pascal options get strings below: camel: howAReYoU (it's wrong, it should be: howAreYou) Pascal: HowAReYoU (it's wrong, it should be: HowAreYou)