from functorflow import f
r = f('strip-ansi', '\u001B[4mUnicorn\u001B[0m')
print(r) # 'Unicorn'
For further actions, you may consider blocking this person and/or reporting abuse
from functorflow import f
r = f('strip-ansi', '\u001B[4mUnicorn\u001B[0m')
print(r) # 'Unicorn'
For further actions, you may consider blocking this person and/or reporting abuse
Gajanan Rajput -
Dmitry Romanoff -
Mejbah Ahammad -
Jose Germán MartÃnez -
Top comments (0)