This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perllocale: Clarify text
[perl5.git] / pod / perlre.pod
2019-11-01 Karl WilliamsonAccept experimental script_run feature
2019-11-01 Karl WilliamsonAccept experimental alpha_assertions feature
2019-10-11 Max MaischeinMove Unicode.org URLs to https:// in source code
2019-03-23 Karl WilliamsonPATCH: [perl #132851] Empty /(?)/
2019-03-18 Karl WilliamsonImplement variable length lookbehind in regex patterns
2019-03-18 Karl Williamsonperlre: Link technique for variable length lookbehind
2019-03-16 Karl Williamsonperlre: Consistent casing and spelling of VERB args
2019-03-14 Karl WilliamsonAny Common digit set can match in any script
2019-03-13 Karl Williamsonperlre: Minor wording improvements
2019-03-13 Karl Williamsonperlre: Italicize a bunch of stuff
2019-03-12 Karl WilliamsonAdd Unicode property wildcards
2018-12-30 Karl Williamsonperlre: Note /i multi-char fold lookbehind assertions...
2018-12-30 Karl Williamsonperlre: Note that lookbehind is up to 255 chars
2018-12-16 Karl Williamsonperlre: Italicize variable text
2018-10-28 Phil Pearl (Lobbes)remove extra 'be' in perlre pod
2018-09-30 Karl Williamsonperlre: Add missing word to fix grammar
2018-08-16 Karl Williamsonperlre: Add some clarifying script run documentation
2018-08-16 Karl Williamsonperlre, perlrecharclass: Add examples
2018-04-19 Alexandr SavcaSpelling corrections in pod/*.pod from Alexandr Savca.
2018-02-20 Karl Williamsonperlre: Add note that nested (?>...) are not no-ops
2018-02-20 Karl WilliamsonAdd atomic script runs
2018-02-19 Karl WilliamsonAdd alphabetic synonyms for regex assertions
2018-02-19 Karl WilliamsonChange syntax of script runs
2018-01-20 Tom WyantFix typos in script_run documentation
2017-12-30 Karl Williamsonperlre: Note a way to continue long regexes across...
2017-12-25 Karl WilliamsonAdd script_run regex feature
2017-12-17 Karl Williamsonperlre: '#' is a metacharacter under /x
2017-10-28 Karl Williamsonperlre: Slight clarification
2017-10-22 Lukas Maidocument semantics of %+ in perlvar in addition to...
2017-06-20 E. ChorobaPod correction.
2017-04-05 Karl Williamsonpods: Add L<> for links missing them; a couple nits
2017-02-20 Karl Williamsonperlre, perlrecharclass, Fix overlooked typos
2017-02-20 Karl Williamsonperlre: Revamp portions
2017-02-20 Karl Williamsonperlre: Some clarifications, small corrections
2017-02-20 Karl Williamsonperlre: Nits involving C<>, I<>
2017-02-20 Karl Williamsonperlre: Don't name exact max non-consume depth
2017-02-20 Karl WilliamsonPods: Standardize on one pattern mod style
2017-01-13 Karl WilliamsonAdd /xx regex pattern modifier
2017-01-13 Karl Williamsonperlre: Clarifications, typos
2016-12-26 Karl Williamsonperlre, perlrequick: Note other pods
2016-11-19 Aaron Craneperlre: don't impugn the stability of all (?…) constructs
2016-11-19 Aaron Craneperlre: summarise full syntax for (?(cond)then|else...
2016-11-19 Aaron Craneperlre: minor wordsmithing, POD formatting tweaks, etc
2016-11-19 Aaron Craneperlre: regularise list items
2016-11-19 Aaron CraneDocument the package for $REGMARK and $REGERROR
2016-07-21 Rafael Garcia-SuarezSwitch the order of the two backtracking chapters in...
2016-06-11 Lukas Maipod/*: remove deprecated L<"section"> and L<section...
2016-03-07 Karl Williamsonperlre: Nits, clarifications
2015-12-07 Ed Avisstandardize on "lookahead" and "lookaround"
2015-10-30 Karl Williamsonperlre: Nits
2015-10-19 Karl WilliamsonPATCH: [perl #126177] Document /(?n)/
2015-10-05 Yves Ortonfix perl #126186 make all verbs allow an optional arg
2015-06-19 David Mitchellremove deprecated /\C/ RE character class
2015-02-21 Karl Williamson\s matching VT is no longer experimental
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-02-18 Karl Williamsonperlre: Nits
2015-01-20 Karl WilliamsonAdd portablity warning for re 'strict'
2015-01-13 Karl WilliamsonAdd 'strict' subpragma to 'use re'
2014-12-31 Matthew HorsfallPerldelta for /n regexp flag. Also ?: to C<?:> in perlr...
2014-12-31 Karl Williamsonperlre: Fix too long verbatim line
2014-12-30 Matthew HorsfallAdd documentation for /n (non-capture) regexp flag.
2014-11-24 Karl WilliamsonMake /[\N{}-\N{}]/ match Unicodely on EBCDIC
2014-08-20 Karen Etheridgespelling: till -> until
2014-08-20 Karen Etheridgedocument what version \K was added in
2014-07-05 Aaron Cranepod/perlre.pod: fix typo in example code
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-05-30 Karl Williamson/x in patterns now includes all \p{PatWS}
2014-05-30 Karl Williamsonperlre: Clarify /x eol can't be escaped
2014-05-09 Karl Williamsonperlre: Update obsolete example
2014-03-26 David MitchellDeprecate /\C/
2014-02-24 Yves Ortonfix RT #121299 - Inconsistent behavior with backreferen...
2014-02-20 Karl WilliamsonChange 'semantics' to 'rules'
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2013-10-31 Karl Williamsonperlre: Expand and clarify /x and (?# comment)
2013-09-30 Ricardo Signesstandardize perlre cross-refs to operator-based flags
2013-09-30 Ricardo Signesreword the description of what the /m flag does
2013-09-30 Ricardo Signesslightly clarify the meaning of $ in regex
2013-08-08 James E KeenanDocument non-destructive substitution: the '/r' modifier.
2013-07-28 David Mitchells/.(?=.\G)/X/g: refuse to go backwards
2013-06-24 Ricardo Signesperlexperiment: (?{}) and (??{}) are not experimental
2013-06-24 Ricardo Signesperlexperiment: mark regexp backtracking verbs as accepted
2013-06-13 Yves OrtonPossessive and non greedy quantifier modifiers are...
2013-05-26 David Mitchellre-enable Copy-on-Write by default.
2013-05-25 David Steinbrunnertypo fix for re pod change use of optimise to be consis...
2013-05-06 David MitchellRevert "Update docs to concur with $`,$&,$' changes"
2013-05-02 Karl WilliamsonDeprecate spaces/comments in some regex tokens
2013-03-18 Karl Williamsonpod/perlre: Italicize text to indicate non-literal
2013-03-12 Karl WilliamsonEBCDIC has the Unicode bug too
2013-02-28 Karl Williamson\N is no longer experimental
2013-02-24 Karl WilliamsonMove (?[]) doc to perlrecharclass
2013-02-24 Karl WilliamsonDocument \s change for VT, commit 075b9d7d9a6d4473b240a...
2013-02-04 Karl WilliamsonAdd tests and clarify pod for (?[ ])
2013-02-04 Karl WilliamsonAdd interpolations to regex sets
2013-02-04 Karl WilliamsonIncorporate code review feedback for (?[])
2013-01-20 Karl Williamsonperlre: Fix typo
2013-01-20 Karl WilliamsonDeprecate certain rare uses of backslashes within regexes
2013-01-12 Aaron Craneperlre: fix typo
2013-01-11 Karl WilliamsonNew regex experimental feature: (?[ ])
2012-11-27 Father ChrysostomosUpdate docs to concur with $`,$&,$' changes
2012-11-15 Father Chrysostomosperlre: Fix syntax error in example
next