summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
Commit message (Expand)AuthorAgeFilesLines
* Any Common digit set can match in any scriptKarl Williamson2019-04-051-11/+8
* Spelling corrections in pod/*.pod from Alexandr Savca.Alexandr Savca2018-04-191-1/+1
* perlre: Add note that nested (?>...) are not no-opsKarl Williamson2018-02-191-0/+12
* Add atomic script runsKarl Williamson2018-02-191-1/+8
* Add alphabetic synonyms for regex assertionsKarl Williamson2018-02-181-4/+51
* Change syntax of script runsKarl Williamson2018-02-181-5/+8
* Fix typos in script_run documentationTom Wyant2018-01-201-1/+1
* perlre: Note a way to continue long regexes across linesKarl Williamson2017-12-291-0/+4
* Add script_run regex featureKarl Williamson2017-12-241-0/+90
* perlre: '#' is a metacharacter under /xKarl Williamson2017-12-161-0/+1
* perlre: Slight clarificationKarl Williamson2017-10-281-10/+10
* document semantics of %+ in perlvar in addition to perlreLukas Mai2017-10-221-1/+1
* Pod correction.E. Choroba2017-06-191-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