how to grep

dieter dieter at handshake.de
Sat Aug 5 01:00:07 EDT 2017


Iranna Mathapati <iranna.gani28 at gmail.com> writes:

> How to grep values from below out put string.
>
> pattern should include  "Fabric Module".

One possible way would be to use a regular expression --
see the documentation for the "re" module.




More information about the Python-list mailing list