←back to thread

71 points zobweyt | 2 comments | | HN request time: 0.632s | source
1. cadamsdotcom ◴[] No.43553039[source]
HAppY ApRiL FoOLs!

If only this comment supported case conversion..

In any case congrats on shipping!

replies(1): >>43553111 #
2. zobweyt ◴[] No.43553111[source]
Happy April!

Actually, this library supports conversion of even such strings!

```python

>>> import textcase

>>> textcase.convert("HAppY ApRiL FoOLs!", textcase.case.SNAKE, (textcase.boundary.SPACE,))

'happy_april_fools!'

```

Thanks for the congratulations!