interface IRgSubmatch {
    end: number;
    match: IRgBytesOrText;
    start: number;
}

Properties

Properties

end: number
start: number