This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
adamghill
adamghill.com
did:plc:lzecv4abb5lpowqe7vzpmprb
New to me #Python library: https://pypi.org/project/case-converter/.
In the past I’ve needed to convert a string from one “type” to another, usually Pascal case to kebab case. e.g. “PartialOne” to “partial-one”. Normally I’d throw together some regex I find on StackOverflow with code and call it a day.
1/2
2024-11-13T12:58:14.183Z