| Age | Commit message (Collapse) | Author |
|
Re-organize page docs
|
|
|
|
|
|
The character in the example is U+0022 QUOTATION MARK, not U+201C LEFT
DOUBLE QUOTATION MARK.
|
|
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.
|
|
Fixes [Bug #21507]
|
|
c.f. #21040
Notes:
Merged: https://github.com/ruby/ruby/pull/12587
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12496
|
|
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
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12426
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/11528
|
|
Onigmo uses Decimal_Number and not Number for these.
Fixes [Bug #19417]
|
|
- 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.
|