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:
How to write a regular expression to validate GUID (Globally Unique IDentifier) or UUID (Universally...
How to write a regular expression to validate GUID (Globally Unique IDentifier) or UUID (Universally...
All credit card numbers issued by Diners Club must start with 300 through 305, 36 or 38 and have 14 ...
All credit card numbers issued by JCB have 3 sets of numbers: JCB cards start with 2131 have 15 digi...
How to capture the MSN (Microsoft Network) bot entries from Web log file? Here are some Web log file...