summaryrefslogtreecommitdiff
path: root/doc/regexp.rdoc
AgeCommit message (Expand)Author
2023-05-04[DOC] regexp absent operatorNobuyoshi Nakada
2023-01-13[DOC] Fix markup [ci skip]Kazuhiro NISHIYAMA
2023-01-11[DOC] Mention the conditional regexpNobuyoshi Nakada
2022-11-02Update Regexp.timeout doc (#6658)Sampat Badhe
2022-10-08Fix a typo Denail-of-Service => Denial-of-Service [ci skip]sampatbadhe
2022-09-05[DOC] [Bug #17120] Fix match-reset `\K`Nobuyoshi Nakada
2022-06-20[Feature #18788] [DOC] String options to `Regexp.new`Nobuyoshi Nakada
2022-04-16[DOC] Enhanced RDoc for Regexp (#5812)Burdette Lamar
2022-04-15[DOC] Enhanced RDoc for Regexp (#5807)Burdette Lamar
2022-03-30doc/regexp.rdoc: Add explanation about Regexp timeout configurationYusuke Endoh
2022-02-04Add documentation for regexp emoji named character propertyMax Leopold
2021-07-27Update Capturing and Anchors sections of regexp documentionJeremy Evans
2021-07-22[DOC] Fixed the description of regexp alternations [ci skip]Ulysses Zhan
2021-02-11[DOC] Improved regexp.rdoc [ci skip]Nobuyoshi Nakada
2019-12-24[DOC] Fix typo and languageMarcus Stollsteimer
2019-11-03[DOC] mentioned `\R` [ci skip]Nobuyoshi Nakada
2019-11-03[DOC] \s in regexp is not same as in string [ci skip]Nobuyoshi Nakada
2019-08-28Document {n}? regexp pattern is optional and not non-greedy [ci skip]Jeremy Evans
2019-07-26Document behavior when mixing named captures with parentheses [ci skip]Jeremy Evans
2018-10-21Improve doc of Regexp about "ignore case" behavior [Misc #10836]aycabta
2017-10-21* doc/regexp.rdoc: In regexp doc, two backslashes match one literallysonots
2017-10-21* doc/regexp.rdoc: Fix regexp doc syntax highlightingsonots
2016-04-07regexp.rdoc: terminators in comments [ci skip]nobu
2016-01-08* doc/regexp.rdoc: [DOC] Elaborate on the \G anchor. [ci skip]knu
2015-01-01* doc/regexp.rdoc: fix regexp docs for whitespace character.hsbt
2014-05-25* doc/regexp.rdoc: [DOC] Clarify whitespace matching by @allolexzzak
2014-04-28fix typo [Fix GH-603]nobu
2013-11-13* doc/regexp.rdoc: [DOC] Fix typo in Special global variables section.zzak
2013-11-13* doc/regexp.rdoc: [DOC] add note about Bug #4044 as suggested byzzak
2013-09-17* doc/regexp.rdoc: [DOC] Replace paragraphs in verbatim sections withdrbrain
2013-07-20* doc/regexp.rdoc: [DOC] Fix typo in example [Fixes GH-365]zzak
2013-06-11* doc/re.rdoc: Rename to doc/regexp.rdoczzak