Chapter 8. The text package: text manipulation
Prev
Next
Chapter 8. The
text
package: text manipulation
Table of Contents
8.1. MatchPS: The Perl-like matching interface
8.2. Parsec: Parsing combinators
8.3. Pretty: Pretty printing combimators
8.4. Regex: The low-level regex matching interface
8.5. RegexString: Regex matching made simple
8.1.
MatchPS
: The Perl-like matching interface
The
MatchPS
library is no longer available, please use
Text.Regex
instead.