summaryrefslogtreecommitdiff
path: root/doc/_regexp.rdoc
AgeCommit message (Collapse)Author
2025-11-27Reorganize page documentations (#15154)Stan Lo
Re-organize page docs
2025-10-11[DOC] Fix typo in Regexp Optimization sectionBilka
2025-09-05[DOC] Fix link in RegexpBurdette Lamar
2025-08-24[DOC] Fix quote in the exampleNobuyoshi Nakada
The character in the example is U+0022 QUOTATION MARK, not U+201C LEFT DOUBLE QUOTATION MARK.
2025-08-09Fix Typo in Regular Expressions docs (_regexp.rdoc)Carl Zulauf
Small fix for a typo in the regular expression docs. The line of code above this change does not produce the output shown in the docs. With this change the docs will show the correct output for this example of using regex quantifiers.
2025-07-11Lookbehind regexp must be fixed-lengthYusuke Endoh
Fixes [Bug #21507]
2025-01-16[DOC] Add reference from global variables to equivalent MatchDataNobuyoshi Nakada
c.f. #21040 Notes: Merged: https://github.com/ruby/ruby/pull/12587
2025-01-02[DOC] Exclude 'Method' from RDoc's autolinkingNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/12496
2024-12-24[DOC] RegExp: The Graph property includes some control charactersAlan Wu
The behavior of this is a carry-over from Oniguruma: https://github.com/kkos/oniguruma/blob/5eaee9f5f8f674aff4875c2b35db00758fa349d6/doc/RE#L246 The previous phrasing was inaccurate since it's fair to construe e.g. Zero Width Joiner as a control character. Reported-by: https://github.com/ruby/ruby/pull/12294
2024-12-22s/Punctation/Punctuation/ydah
Notes: Merged: https://github.com/ruby/ruby/pull/12426
2024-09-10[DOC] Fix linkBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/11528
2023-11-30Update documentation for [[:word:]] and \p{Word} in regexpsJeremy Evans
Onigmo uses Decimal_Number and not Number for these. Fixes [Bug #19417]
2023-11-14[DOC] Fix doc/regexp.rdoc linksNobuyoshi Nakada
- Rename regexp.rdoc to exclude from "Pages". This file is for to be included in the "class Regexp" document, but it also appeared as a separate page duplicately. - Fix links on case-sensitive filesystems. - Fix to use rdoc-ref instead of converted HTML page names.