summaryrefslogtreecommitdiff
path: root/doc/regexp.rdoc
Commit message (Expand)AuthorAgeFilesLines
* [DOC] regexp absent operatorNobuyoshi Nakada2023-05-041-0/+17
* [DOC] Fix markup [ci skip]Kazuhiro NISHIYAMA2023-01-131-1/+1
* [DOC] Mention the conditional regexpNobuyoshi Nakada2023-01-111-0/+9
* Update Regexp.timeout doc (#6658)Sampat Badhe2022-11-021-2/+2
* Fix a typo Denail-of-Service => Denial-of-Service [ci skip]sampatbadhe2022-10-081-1/+1
* [DOC] [Bug #17120] Fix match-reset `\K`Nobuyoshi Nakada2022-09-051-5/+9
* [Feature #18788] [DOC] String options to `Regexp.new`Nobuyoshi Nakada2022-06-201-0/+5
* [DOC] Enhanced RDoc for Regexp (#5812)Burdette Lamar2022-04-161-1/+9
* [DOC] Enhanced RDoc for Regexp (#5807)Burdette Lamar2022-04-151-6/+6
* doc/regexp.rdoc: Add explanation about Regexp timeout configurationYusuke Endoh2022-03-301-0/+23
* Add documentation for regexp emoji named character propertyMax Leopold2022-02-041-0/+1
* Update Capturing and Anchors sections of regexp documentionJeremy Evans2021-07-271-5/+31
* [DOC] Fixed the description of regexp alternations [ci skip]Ulysses Zhan2021-07-221-2/+2
* [DOC] Improved regexp.rdoc [ci skip]Nobuyoshi Nakada2021-02-111-0/+10
* [DOC] Fix typo and languageMarcus Stollsteimer2019-12-241-3/+3
* [DOC] mentioned `\R` [ci skip]Nobuyoshi Nakada2019-11-031-0/+3
* [DOC] \s in regexp is not same as in string [ci skip]Nobuyoshi Nakada2019-11-031-1/+2
* Document {n}? regexp pattern is optional and not non-greedy [ci skip]Jeremy Evans2019-08-281-2/+5
* Document behavior when mixing named captures with parentheses [ci skip]Jeremy Evans2019-07-261-1/+9
* Improve doc of Regexp about "ignore case" behavior [Misc #10836]aycabta2018-10-211-3/+8
* * doc/regexp.rdoc: In regexp doc, two backslashes match one literallysonots2017-10-211-1/+2
* * doc/regexp.rdoc: Fix regexp doc syntax highlightingsonots2017-10-211-4/+4
* regexp.rdoc: terminators in comments [ci skip]nobu2016-04-071-0/+3
* * doc/regexp.rdoc: [DOC] Elaborate on the \G anchor. [ci skip]knu2016-01-081-1/+13
* * doc/regexp.rdoc: fix regexp docs for whitespace character.hsbt2015-01-011-2/+2
* * doc/regexp.rdoc: [DOC] Clarify whitespace matching by @allolexzzak2014-05-251-2/+5
* fix typo [Fix GH-603]nobu2014-04-281-1/+1
* * doc/regexp.rdoc: [DOC] Fix typo in Special global variables section.zzak2013-11-131-1/+1
* * doc/regexp.rdoc: [DOC] add note about Bug #4044 as suggested byzzak2013-11-131-1/+3
* * doc/regexp.rdoc: [DOC] Replace paragraphs in verbatim sections withdrbrain2013-09-171-51/+81
* * doc/regexp.rdoc: [DOC] Fix typo in example [Fixes GH-365]zzak2013-07-201-1/+1
* * doc/re.rdoc: Rename to doc/regexp.rdoczzak2013-06-111-0/+653