summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
Commit message (Expand)AuthorAgeFilesLines
* Pod correction.E. Choroba2017-08-231-1/+1
* pods: Add L<> for links missing them; a couple nitsKarl Williamson2017-04-051-1/+2
* perlre, perlrecharclass, Fix overlooked typosKarl Williamson2017-02-201-1/+1
* perlre: Revamp portionsKarl Williamson2017-02-201-149/+303
* perlre: Some clarifications, small correctionsKarl Williamson2017-02-201-18/+21
* perlre: Nits involving C<>, I<>Karl Williamson2017-02-201-58/+58
* perlre: Don't name exact max non-consume depthKarl Williamson2017-02-201-6/+7
* Pods: Standardize on one pattern mod styleKarl Williamson2017-02-201-1/+1
* Add /xx regex pattern modifierKarl Williamson2017-01-131-7/+36
* perlre: Clarifications, typosKarl Williamson2017-01-131-4/+36
* perlre, perlrequick: Note other podsKarl Williamson2016-12-261-8/+9
* perlre: don't impugn the stability of all (?…) constructsAaron Crane2016-11-191-6/+3
* perlre: summarise full syntax for (?(cond)then|else) constructsAaron Crane2016-11-191-0/+9
* perlre: minor wordsmithing, POD formatting tweaks, etcAaron Crane2016-11-191-8/+11
* perlre: regularise list itemsAaron Crane2016-11-191-3/+5
* Document the package for $REGMARK and $REGERRORAaron Crane2016-11-191-1/+4
* Switch the order of the two backtracking chapters in perlreRafael Garcia-Suarez2016-07-211-207/+207
* pod/*: remove deprecated L<"section"> and L<section> syntaxLukas Mai2016-06-111-7/+7
* perlre: Nits, clarificationsKarl Williamson2016-03-071-4/+5
* standardize on "lookahead" and "lookaround"Ed Avis2015-12-071-20/+20
* perlre: NitsKarl Williamson2015-10-301-128/+146
* PATCH: [perl #126177] Document /(?n)/Karl Williamson2015-10-191-12/+22
* fix perl #126186 make all verbs allow an optional argYves Orton2015-10-051-12/+11
* remove deprecated /\C/ RE character classDavid Mitchell2015-06-191-5/+0
* \s matching VT is no longer experimentalKarl Williamson2015-02-211-2/+2
* Add qr/\b{gcb}/Karl Williamson2015-02-191-0/+12
* perlre: NitsKarl Williamson2015-02-181-3/+3
* Add portablity warning for re 'strict'Karl Williamson2015-01-201-11/+19
* Add 'strict' subpragma to 'use re'Karl Williamson2015-01-131-0/+3
* Perldelta for /n regexp flag. Also ?: to C<?:> in perlre.pod.Matthew Horsfall2014-12-311-1/+1
* perlre: Fix too long verbatim lineKarl Williamson2014-12-301-1/+2
* Add documentation for /n (non-capture) regexp flag.Matthew Horsfall2014-12-301-1/+21
* Make /[\N{}-\N{}]/ match Unicodely on EBCDICKarl Williamson2014-11-241-2/+8
* spelling: till -> untilKaren Etheridge2014-08-191-3/+3
* document what version \K was added inKaren Etheridge2014-08-191-1/+2
* pod/perlre.pod: fix typo in example codeAaron Crane2014-07-051-1/+1
* Deprecate unescaped literal "{" in regex patternsKarl Williamson2014-06-121-14/+6
* /x in patterns now includes all \p{PatWS}Karl Williamson2014-05-301-0/+15
* perlre: Clarify /x eol can't be escapedKarl Williamson2014-05-291-0/+2
* perlre: Update obsolete exampleKarl Williamson2014-05-081-4/+3
* Deprecate /\C/David Mitchell2014-03-261-1/+1
* fix RT #121299 - Inconsistent behavior with backreferences nested inside subp...Yves Orton2014-02-241-4/+11
* Change 'semantics' to 'rules'Karl Williamson2014-02-201-3/+3
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-8/+15
* perlre: Expand and clarify /x and (?# comment)Karl Williamson2013-10-301-14/+35
* standardize perlre cross-refs to operator-based flagsRicardo Signes2013-09-291-16/+20
* reword the description of what the /m flag doesRicardo Signes2013-09-291-2/+2
* slightly clarify the meaning of $ in regexRicardo Signes2013-09-291-1/+2
* Document non-destructive substitution: the '/r' modifier.James E Keenan2013-08-071-0/+9
* s/.(?=.\G)/X/g: refuse to go backwardsDavid Mitchell2013-07-281-0/+11