summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor pod nit in perlre.Yves Orton2006-12-041-2/+2
* \R is supposed to mean something else so switch to \g and make it more useful...Yves Orton2006-12-041-13/+20
* Change in handling of \RNNN inside nested patternsYves Orton2006-11-291-5/+14
* \G with /g results in infinite loop in 5.6 and laterYves Orton2006-11-221-5/+17
* Re: [PATCH] Fix RT#19049 and add relative backreferencesYves Orton2006-11-151-2/+15
* Allow negative indexing in recursive patternsYves Orton2006-11-141-5/+19
* Re: [PATCH] New regex syntax omnibusYves Orton2006-11-131-98/+162
* Re: [perl #27053] /^/m doesn't match after a newline at the end of the stringYves Orton2006-11-131-1/+2
* New regex syntax omnibusYves Orton2006-11-071-124/+215
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-0/+42
* Add a commit verb to regex engine to allow fine tuning of backtracking control.Yves Orton2006-11-011-0/+48
* Document the new (?FAIL) assertion (Yves Orton)Rafael Garcia-Suarez2006-10-261-0/+9
* Correct one "parenthesis" to "parentheses".Nicholas Clark2006-10-131-1/+1
* Fix nit in possessive quantifier descriptions.Rafael Garcia-Suarez2006-10-131-3/+15
* Add possessive quantifiers to regex engine.Yves Orton2006-10-131-13/+47
* More regexp documentationYves Orton2006-10-121-4/+70
* Add Regex conditionals. Various bugfixes. More tests.Yves Orton2006-10-121-4/+14
* Regexp Recurse by name.Yves Orton2006-10-101-6/+16
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-38/+104
* Fix a few pod nits in perlre.Steve Peters2006-10-051-10/+10
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-051-5/+90
* Another typo fix.Rafael Garcia-Suarez2006-06-291-2/+2
* Typo fix.Rafael Garcia-Suarez2006-06-291-7/+7