# Is there an alternative of StringCases.jl that changes string cases?

**URL:** https://discourse.julialang.org/t/is-there-an-alternative-of-stringcases-jl-that-changes-string-cases/40994
**Category:** General Usage
**Tags:** question, package
**Created:** [June 8, 2020, 2:14pm UTC](https://discourse.julialang.org/t/is-there-an-alternative-of-stringcases-jl-that-changes-string-cases/40994 "2020-06-08T14:14:53Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![acxz](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/acxz/32/16759_2.png) [@acxz](https://discourse.julialang.org/u/acxz)
#### Post date: [June 16, 2024, 5:12am UTC](https://discourse.julialang.org/t/is-there-an-alternative-of-stringcases-jl-that-changes-string-cases/40994/4 "2024-06-16T05:12:23Z")

</div>

I know this is an old post, but I believe my reply would be useful to anyone else that comes across this post.

I have created a package [GitHub - acxz/StringCases.jl: Define, validate, and convert string cases](https://github.com/acxz/StringCases.jl) which has more features for handling the conversion between string cases, both predefined and custom.

The name choice may be poor in lieu of the existing registered package, but when I created the package I thought the name was a proper representation of the package. Feel free to take a look at the [Example Usage section of the README.md](https://github.com/acxz/StringCases.jl/tree/main?tab=readme-ov-file#example-usage) for a concise example.

---

_[View the full topic](https://discourse.julialang.org/t/is-there-an-alternative-of-stringcases-jl-that-changes-string-cases/40994)._
