provides many text operations at string level, list level or whole text level.
These operations can be chained with a âdottedâ or âpipedâ notation.
Chained operations are stored into a single lazy object, they will be executed only when an input text will be provided.
Here is a simple example to count number of mails received from spammer@hacker.com since May 25th:
>>> '/var/log/mail.log' | cat().grep('spammer@hacker.com').since('May 25').lcount() 37
python-textops3 is used into some other projects like python-nagios-helpers3
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4