Comment by cadamsdotcom 1 year ago HAppY ApRiL FoOLs!If only this comment supported case conversion..In any case congrats on shipping! 1 comment cadamsdotcom Reply zobweyt 1 year ago 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!
zobweyt 1 year ago 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!
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!