DEV Community

Samandar Ravshanov
Samandar Ravshanov

Posted on

πŸ“¦ Convert, identify, and flip string case

from functorflow import ff

r = ff("case").snake('Foo bar!')   
print(r) # 'foo_bar'
Enter fullscreen mode Exit fullscreen mode

Stop wasting time installing and configuring Python libraries. Use them right away. πŸ“¦FunctorFlow instantly auto-install and auto-config them for you.

Top comments (0)