Regular Expressions, File IO & Text Processing
转载:Perl Tutorial: Regular Expressions (Regex), File IO and Text Processing
Perl is famous for processing text files via regular expressions.
# 1. Regular Expressions in Perl
A Regular Expression (or Regex) is a pattern (or filter) that describes a set of strings that matches the pattern. In other...
more...