misc for string
Project description
texting
misc for string
Functions
- has_ansi
- lange
- pad: lpad, mpad, rpad
- str_value
Usage
from texting.has_ansi import has_ansi
from texting.lange import lange
words = [
'peace',
'\u001B[4mwar\u001B[0m',
'\u001b[38;2;255;255;85mtolstoy\u001b[0m',
]
for word in words:
print(f'[{word}] [has_ansi] ({has_ansi(word)}) [lange] ({lange(word)})')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
texting-0.0.4.tar.gz
(5.9 kB
view hashes)