Methods

[]ΒΆ

[](my:MatchY, idx:Int)

Convenience method to access matches in MatchY
Source: stdlib.ngs:3677

Example

("abc" ~ /a(.)c/)[1]  # "b"