May 2001
Intermediate to advanced
304 pages
6h 12m
English
The grep module provides different ways to search for text in text files, as Example 14-16 shows.
Example 14-16. Using the grep Module
File: grep-example-1.py
import grep
import glob
grep.grep("\<rather\>", glob.glob("samples/*.txt"))
# 4: indentation, rather than delimiters, might becomeRead now
Unlock full access