summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
Commit message (Expand)AuthorAgeFilesLines
* Document that there are bugs with EBCDIC and regexesKarl Williamson2010-03-081-0/+2
* Document some re bugs in perlre.podKarl Williamson2010-02-281-0/+4
* Revise wording about /x caveatsKarl Williamson2010-02-281-5/+7
* Document Unicode case-insensitive [] range bugKarl Williamson2010-02-281-0/+5
* Quote a code exampleKarl Williamson2010-02-281-1/+1
* Revise notes on /x modifierKarl Williamson2010-02-281-5/+9
* Mark \N meaning [^\n] as experimentalKarl Williamson2010-02-281-1/+1
* Mention there are places /x modifier is ineffectiveKarl Williamson2010-02-281-4/+8
* Document \N{U+...}Karl Williamson2010-02-281-1/+4
* Update pods for \N changesKarl Williamson2010-02-281-0/+3
* delete orphaned textRobin Barker2010-02-111-17/+0
* [perl #71948] Documentation error for (*MARK)Philip Hazel2010-01-101-2/+1
* Document that interpolating a '(??{ code })' construct in a regularAbigail2010-01-061-0/+6
* PATCH: minor typo cleanup of pod/ directoryTom Christiansen2010-01-051-1/+1
* Fix up pods for \XKarl Williamson2009-12-221-3/+1
* Document issues when using named captures in combination with a branch reset ...Abigail2009-12-161-2/+18
* Document backreferences to groups that did not matchMoritz Lenz2009-11-281-0/+4
* Improve warnings about known issues in (?{...}) blocks in the regex engineGerard Goossen2009-10-311-10/+9
* Clarify relationship of pattern modifiers and named subpatternsDave Rolsky2009-10-301-0/+4
* Fix {$^MATCH} typo in perlrebrian d foy2009-10-141-1/+1
* A number of pod fixes found by podcheck.tJesse Vincent2009-10-051-1/+2
* update perlre and perldelta to document change in behaviour of \w and \d and ...Yves Orton2009-09-021-74/+31
* Basic docs for \NRafael Garcia-Suarez2009-06-171-0/+1
* another go; was RE: [perl #49302] [[:print:]] v \p{Print} Robin Barker2008-04-261-3/+43
* Assorted POD nits from the Debian bug list.Steve Peters2008-01-301-1/+1
* \X is equivalent to an atomic groupMoritz Lenz2008-01-061-1/+1
* Doc nits -- avoid bare "5.10" version numbers without aRafael Garcia-Suarez2007-11-271-13/+13
* Document bug #47762, and mention %-Rafael Garcia-Suarez2007-11-251-3/+6
* POD nitsRafael Garcia-Suarez2007-10-191-2/+2
* POD cleanupsDavid Landgren2007-10-041-3/+3
* Some escapes were mentioned twice, although they're not qr//-specificRafael Garcia-Suarez2007-09-111-5/+2
* Documentation updates for new regexp featuresRafael Garcia-Suarez2007-08-071-7/+6
* Change "Perl6" to "Perl 6" in pod/*chromatic2007-07-181-2/+2
* More typo fixes in the regexp docsRafael Garcia-Suarez2007-07-131-1/+1
* mention of g and c modifiers missing from perlre.podDavid Nicol2007-07-121-0/+9
* regexp flags =~ s/k/p/Rafael Garcia-Suarez2007-07-041-2/+2
* /p vs (?p)Abigail2007-06-301-7/+3
* s/\bunicode\b/Unicode/; # For everything not dual lifeNicholas Clark2007-06-241-1/+1
* [perl #43094] Doc patch to perlre: modifiers => quantifiers Brad Baxter2007-06-011-4/+4
* \R can't be used in a char classRafael Garcia-Suarez2007-05-251-1/+1
* perlre.pod spellcheckAlexandr Ciornii2007-04-251-4/+4
* Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE...Yves Orton2007-04-231-3/+15
* Better wording for (?|...) in perlre, from a suggestion by Ruud.Rafael Garcia-Suarez2007-03-121-5/+3
* Re: [PATCH] Document that m//k worksYves Orton2007-02-141-11/+17
* Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.Paul Johnson2007-02-121-12/+17
* Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.Yves Orton2007-02-081-0/+23
* minor improvements for perlre.podWolfgang Laun2007-02-051-92/+99
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $...Yves Orton2007-01-151-1/+15
* Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c...Yves Orton2007-01-111-6/+43
* Re: Named-capture regex syntaxYves Orton2006-12-251-9/+51