📦 Transform a camelized/dasherized/underscored/etc string into a readable string
Samandar Ravshanov
Posted on August 1, 2019
from functorflow import f
print(f('clean-string', 'fooBar'))
# 'Foo bar'
print(f('clean-string', 'lorem-ipsum'))
# 'Lorem ipsum'
print(f('clean-string', 'BigBang_theory'))
# 'Big bang theory'
💖 💪 🙅 🚩
Samandar Ravshanov
Posted on August 1, 2019
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
replit 📦 Transform a camelized/dasherized/underscored/etc string into a readable string
August 1, 2019