Other Resources:
perlre - Perl regular expressions reference document
I am using regular expressions in Perl scripts and need to look at reference document frequently.
✍: FYIcenter.com
![]()
If you are writing Perl scripts and using regular expressions, you need to bookmark this Perl official reference document: "perlre - Perl regular expressions".
Even if you are using regular expressions in other programming languages, this Perl regular expressions reference document is still very useful, since other programming languages support regular expression in almost the same was as Perl.
Topics covered in "perlre - Perl regular expressions" include:
NAME
DESCRIPTION
Modifiers
Regular Expressions
Quoting metacharacters
Extended Patterns
Special Backtracking Control Verbs
Backtracking
Version 8 Regular Expressions
Warning on \1 Instead of $1
Repeated Patterns Matching a Zero-length Substring
Combining RE Pieces
Creating Custom RE Engines
PCRE/Python Support
BUGS
SEE ALSO
2013-01-22, 0👍, 0💬
Popular Posts:
A free online regular expression test tool that allows to try you regular expression pattern and see...
How to capture the Sogou web spider entries from Web log file? Here are some Web log file entries: 1...
All credit card numbers issued by Diners Club must start with 300 through 305, 36 or 38 and have 14 ...
Are you having problems using regular expressions when processing text strings in your applications ...
How to capture the Sogou web spider entries from Web log file? Here are some Web log file entries: 1...