PERLREQUICK(1) Perl Programmers Reference Guide PERLREQUICK(1)
PERLREQUICK(1) Perl Programmers Reference Guide PERLREQUICK(1) # PERLREQUICK(1) Perl Programmers Reference Guide PERLREQUICK(1) NNAAMMEE # perlrequick - Perl regular expressions quick start DDEESSCCRRIIPPTTIIOONN # This page covers the very basics of understanding, creating and using regular expressions ('regexes') in Perl. TThhee GGuuiiddee This page assumes you already know things, like what a “pattern” is, and the basic syntax of using them. If you don’t, see perlretut. SSiimmppllee wwoorrdd mmaattcchhiinngg The simplest regex is simply a word, or more generally, a string of characters. ...