Actions
Bug #18670
closedMatchData#[start, length] pads nil values when negative start is given
Bug #18670:
MatchData#[start, length] pads nil values when negative start is given
Updated by nobu (Nobuyoshi Nakada) over 4 years ago
- Backport changed from 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN to 2.6: UNKNOWN, 2.7: REQUIRED, 3.0: REQUIRED, 3.1: REQUIRED
It is since 2.4.0.
Updated by nobu (Nobuyoshi Nakada) over 4 years ago
- Status changed from Open to Closed
Applied in changeset git|d8189ed23f02dd197453279aeee9be1785337d4f.
Return only captured range in MatchData [Bug #18670]
Updated by nagachika (Tomoyuki Chikanaga) almost 4 years ago
- Backport changed from 2.6: UNKNOWN, 2.7: REQUIRED, 3.0: REQUIRED, 3.1: REQUIRED to 2.6: UNKNOWN, 2.7: REQUIRED, 3.0: REQUIRED, 3.1: DONE
ruby_3_1 1cfc139f6d0cb80d6024b0c416976194929417cf merged revision(s) d8189ed23f02dd197453279aeee9be1785337d4f.
Actions