Regular Expression HOWTO
Previous:
Regular Expression HOWTO
Up:
Regular Expression HOWTO
Next:
1 Introduction
Contents
1 Introduction
2 Simple Patterns
2.1 Matching Characters
2.2 Repeating Things
3 Using Regular Expressions
3.1 Compiling Regular Expressions
3.2 The Backslash Plague
3.3 Performing Matches
3.4 Module-Level Functions
3.5 Compilation Flags
4 More Pattern Power
4.1 More Metacharacters
4.2 Grouping
4.3 Non-capturing, and Named Groups
4.4 Other Assertions
5 Modifying Strings
5.1 Splitting Strings
5.2 Search and Replace
6 Common Problems
6.1 Know About the string Module
6.2 match() versus search()
6.3 Greedy versus Non-Greedy
6.4 Not using re.VERBOSE
7 Feedback
About this document ...
Regular Expression HOWTO
Previous:
Regular Expression HOWTO
Up:
Regular Expression HOWTO
Next:
1 Introduction
Release 0.03.