📦 Convert a time string to seconds: '00:22:17' → 1337
Samandar Ravshanov
Posted on July 31, 2019
from functorflow import f
print(f('sec', '00:22:17'))
# '1337'
💖 💪 🙅 🚩
Samandar Ravshanov
Posted on July 31, 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