iNTERFACEWARE Products Manual > Learning Center > Learning Python > Working With Strings > Pattern Matching in Strings |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
In Python, the re module provides powerful searching and pattern matching capabilities for finding information in strings. This module uses regular expressions to specify the patterns to be matched. The following sections describe how to:
|