summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
Commit message (Expand)AuthorAgeFilesLines
* 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
* perlre: Clarify /x eol can't be escapedKarl Williamson2014-05-291-0/+2
* perlre: Update obsolete exampleKarl Williamson2014-05-081-4/+3
* Deprecate /\C/David Mitchell2014-03-261-1/+1
* fix RT #121299 - Inconsistent behavior with backreferences nested inside subp...Yves Orton2014-02-241-4/+11
* Change 'semantics' to 'rules'Karl Williamson2014-02-201-3/+3
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-8/+15
* perlre: Expand and clarify /x and (?# comment)Karl Williamson2013-10-301-14/+35
* standardize perlre cross-refs to operator-based flagsRicardo Signes2013-09-291-16/+20
* reword the description of what the /m flag doesRicardo Signes2013-09-291-2/+2
* slightly clarify the meaning of $ in regexRicardo Signes2013-09-291-1/+2
* Document non-destructive substitution: the '/r' modifier.James E Keenan2013-08-071-0/+9
* s/.(?=.\G)/X/g: refuse to go backwardsDavid Mitchell2013-07-281-0/+11
* perlexperiment: (?{}) and (??{}) are not experimentalRicardo Signes2013-06-231-12/+45
* perlexperiment: mark regexp backtracking verbs as acceptedRicardo Signes2013-06-231-7/+0
* Possessive and non greedy quantifier modifiers are mutually exclusiveYves Orton2013-06-131-1/+11
* re-enable Copy-on-Write by default.David Mitchell2013-05-261-11/+20
* typo fix for re pod change use of optimise to be consistent with other uses o...David Steinbrunner2013-05-251-2/+2
* Revert "Update docs to concur with $`,$&,$' changes"David Mitchell2013-05-061-11/+8
* Deprecate spaces/comments in some regex tokensKarl Williamson2013-05-021-2/+2
* pod/perlre: Italicize text to indicate non-literalKarl Williamson2013-03-181-7/+9
* EBCDIC has the Unicode bug tooKarl Williamson2013-03-111-10/+2
* \N is no longer experimentalKarl Williamson2013-02-271-2/+1
* Move (?[]) doc to perlrecharclassKarl Williamson2013-02-241-203/+6
* Document \s change for VT, commit 075b9d7d9a6d4473b240a047655e507c8baa6db3Karl Williamson2013-02-241-1/+2
* Add tests and clarify pod for (?[ ])Karl Williamson2013-02-041-3/+11
* Add interpolations to regex setsKarl Williamson2013-02-031-0/+26
* Incorporate code review feedback for (?[])Karl Williamson2013-02-031-35/+72
* perlre: Fix typoKarl Williamson2013-01-191-1/+1
* Deprecate certain rare uses of backslashes within regexesKarl Williamson2013-01-191-11/+11
* perlre: fix typoAaron Crane2013-01-121-1/+1