summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
Commit message (Expand)AuthorAgeFilesLines
* Add (?^...) regex constructKarl Williamson2010-09-201-3/+45
* RT #77150: perlre documentation issue and possible fixChas. Owens2010-08-141-5/+5
* pods: mention \o{}, 3 octal digitsKarl Williamson2010-07-191-5/+6
* Add \o{} escapeKarl Williamson2010-07-171-1/+1
* perlre.pod: NitsKarl Williamson2010-07-171-6/+5
* Add examples to perlre on perils of not using \g{}Karl Williamson2010-07-171-1/+16
* perlre: Add heading to separate unrelated paragraphsKarl Williamson2010-06-281-0/+2
* Prefer \g1 over \1 in podsKarl Williamson2010-06-281-58/+71
* Standardize on use of 'capture group' over 'buffer'Karl Williamson2010-06-281-53/+56
* Nits in perlre.podKarl Williamson2010-06-281-2/+3
* perlre: fix for 80 col displayKarl Williamson2010-05-081-120/+121
* Nits in perlre.pod, x-referencing, broken linksKarl Williamson2010-04-261-89/+74
* Slight editsKarl Williamson2010-03-281-2/+2
* Remove duplicate information and refer to other podsKarl Williamson2010-03-281-129/+28
* 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