DevToys-app / DevToysMac

DevToys For mac
MIT License
9.2k stars 354 forks source link

[Feature Request] Slugify #81

Closed chrissy-dev closed 2 years ago

chrissy-dev commented 2 years ago

Input:

I'm a normal string with some Capital letters and spaces

Output:

im-a-normal-string-with-some-capital-letters-and-spaces

See here

ObuchiYuki commented 2 years ago

Thanks @chrissy-dev for the list! I've implemented Slugify as one of the features in Text Case Converter!

画面収録 2022-02-26 10 40 10

ObuchiYuki commented 2 years ago

@chrissy-dev

Added in v0.0.10! https://github.com/ObuchiYuki/DevToysMac/releases/tag/0.0.10

chrissy-dev commented 2 years ago

@ObuchiYuki Fantastic 👍🏼 thanks.