summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] [pod] improve documentation for (?(cond)yes|no)Moritz Lenz2011-03-191-1/+5
* perlre clean-upFather Chrysostomos2011-03-091-69/+101
* Update docs for postfix /dual flagsFather Chrysostomos2011-02-201-86/+91
* Fix locale caseless matching and utf8Karl Williamson2011-02-191-3/+11
* Fix bad pod links found by Test::Pod::LinkCheckApocalypse2011-02-151-2/+2
* perlre: Clarify (?(...)|)Father Chrysostomos2011-02-141-1/+6
* Add /aa regex modifierKarl Williamson2011-02-141-0/+3
* Correctly list the allowed modifiers in the (?...) constructApocalypse2011-02-121-2/+2
* regex: \p{} in pattern implies Unicode semanticsKarl Williamson2011-01-271-9/+11
* perlre.pod: Fix omission of /aKarl Williamson2011-01-271-1/+1
* [perl #82710] Fix incorrect pod link markup.Michael Stevens2011-01-241-1/+1
* [perl #82708] Fix unescaped chars in L<>.Michael Stevens2011-01-241-1/+1
* Add x-references in pods to new /a, etc.Karl Williamson2011-01-211-1/+6
* perlre.pod: corrections for /aKarl Williamson2011-01-181-11/+21
* Add /a regex modifierKarl Williamson2011-01-171-8/+18
* Nit in perlre.podKarl Williamson2010-12-011-1/+1
* Document Unicode doc fixKarl Williamson2010-12-011-19/+25
* DOCs: Clarify that \w matches marks and \PcKarl Williamson2010-10-311-1/+3
* Subject: [perl #58182] partial: Add uni \s,\w matchingKarl Williamson2010-10-151-3/+17
* perlre.pod: slight rewordingKarl Williamson2010-10-151-4/+4
* Remove or update pod references to regexp reëntrance.Father Chrysostomos2010-10-131-6/+7
* Teach Perl about Unicode named character sequencesKarl Williamson2010-09-251-4/+4
* Add /d, /l, /u (infixed) regex modifiersKarl Williamson2010-09-221-17/+48
* 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