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:
According to the IEEE 802 specification, a MAC address has 6 groups of 2 hexadecimal digits separate...
How to write a regular expression to validate GUID (Globally Unique IDentifier) or UUID (Universally...
How to write a regular expression to parse key-value entries from Windows .INI files? Here is an exa...
All credit card numbers issued by American Express must start with 34 or 37 and have 15 digits. For ...
How to capture the Sogou web spider entries from Web log file? Here are some Web log file entries: 1...