NAME
DESCRIPTIONOPERATORS
SYNTAX
ESCAPE SEQUENCES
CHARACTER CLASSES
ANCHORS
QUANTIFIERS
EXTENDED CONSTRUCTS
VARIABLES
FUNCTIONS
TERMINOLOGY
AUTHOR
SEE ALSO
THANKS
NAME
perlreref - Perl Regular Expressions Reference
DESCRIPTION
This is a quick reference to Perl's regular expressions. For full information see perlre and perlop, as well as the SEE ALSO section in this document.
OPERATORS
=~ determines to which variable the regex is applied. In its absence, $_ is used.
$var =~ /foo/;
!~ determ