summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
Commit message (Expand)AuthorAgeFilesLines
* perlre: Fix grammarKarl Williamson2023-03-281-1/+1
* perlvar.pod - add "Scoping Rules of Regex Variables" sectionYves Orton2023-02-121-3/+7
* pod/perlre.pod - document /x mode does not allow spaces in multi-char metapat...Yves Orton2023-02-111-1/+2
* regcomp.c - remove (**{ ... }) from the regex engineYves Orton2023-02-081-18/+7
* regcomp.c - add optimistic eval (*{ ... }) and (**{ ... })Yves Orton2023-01-191-9/+51
* perlre: Clarify /xx podKarl Williamson2022-05-191-7/+18
* Replace docs examples of 'use NUMBER' with proper v-stringsPaul "LeoNerd" Evans2022-04-231-2/+2
* Doc changes to reflect that perl might not support taintNeil Bowers2022-04-201-5/+5
* Mark regex sets feature as acceptedKarl Williamson2022-03-191-2/+0
* Remove use of experimental regex sets warningsKarl Williamson2022-03-191-2/+1
* pod/perlre.pod - document @{^CAPTURE} magic variableYves Orton2022-03-101-0/+17
* regcomp.c: Reduce scope of experimental warnings with lookbehindYves Orton2022-03-031-15/+57
* Fix misspellings in documentation. Correct spelling of name to 'DeIvan Panchenko2021-12-261-3/+3
* Reword discussion of /d regexp modifier.Felipe Gasper2021-08-301-21/+33
* Provide guidance for dynamic modifiersJames E Keenan2021-01-311-1/+2
* Allow blanks within and adjacent to {...} constructsKarl Williamson2021-01-201-9/+14
* perlre: Note the other forms of \k<name>Karl Williamson2021-01-201-1/+5
* Allow empty lower bound in /{,n}/Karl Williamson2021-01-201-4/+7
* perlre: Add another mnemonic for /dKarl Williamson2021-01-171-2/+2
* perlre: Fix description of quantifer {m,n} upper limitKarl Williamson2021-01-081-1/+1
* Change some link pod for better renderingKarl Williamson2020-08-311-4/+4
* perlre: Fix some linksKarl Williamson2020-08-271-2/+2
* Perl 6 -> Raku where appropriateH.Merijn Brand2020-05-301-2/+2
* Add qr/\p{Name=...}/Karl Williamson2020-02-121-1/+1
* Accept experimental script_run featureKarl Williamson2019-10-311-4/+0
* Accept experimental alpha_assertions featureKarl Williamson2019-10-311-15/+0
* Move Unicode.org URLs to https:// in source codeMax Maischein2019-10-111-4/+4
* PATCH: [perl #132851] Empty /(?)/Karl Williamson2019-03-231-1/+5
* Implement variable length lookbehind in regex patternsKarl Williamson2019-03-181-15/+57
* perlre: Link technique for variable length lookbehindKarl Williamson2019-03-181-4/+8
* perlre: Consistent casing and spelling of VERB argsKarl Williamson2019-03-161-5/+5
* Any Common digit set can match in any scriptKarl Williamson2019-03-141-11/+8
* perlre: Minor wording improvementsKarl Williamson2019-03-131-3/+4
* perlre: Italicize a bunch of stuffKarl Williamson2019-03-131-93/+96
* Add Unicode property wildcardsKarl Williamson2019-03-121-1/+1
* perlre: Note /i multi-char fold lookbehind assertions don't workKarl Williamson2018-12-301-2/+10
* perlre: Note that lookbehind is up to 255 charsKarl Williamson2018-12-301-2/+2
* perlre: Italicize variable textKarl Williamson2018-12-161-1/+1
* remove extra 'be' in perlre podPhil Pearl (Lobbes)2018-10-281-1/+1
* perlre: Add missing word to fix grammarKarl Williamson2018-09-301-1/+1
* perlre: Add some clarifying script run documentationKarl Williamson2018-08-161-4/+54
* perlre, perlrecharclass: Add examplesKarl Williamson2018-08-161-5/+10
* Spelling corrections in pod/*.pod from Alexandr Savca.Alexandr Savca2018-04-191-1/+1
* perlre: Add note that nested (?>...) are not no-opsKarl Williamson2018-02-191-0/+12
* Add atomic script runsKarl Williamson2018-02-191-1/+8
* Add alphabetic synonyms for regex assertionsKarl Williamson2018-02-181-4/+51
* Change syntax of script runsKarl Williamson2018-02-181-5/+8
* Fix typos in script_run documentationTom Wyant2018-01-201-1/+1
* perlre: Note a way to continue long regexes across linesKarl Williamson2017-12-291-0/+4
* Add script_run regex featureKarl Williamson2017-12-241-0/+90