proc expand*(self: RegExMatch; templatee: string): string {.gcsafe, locks: 0
.}
-
proc getGroupCount*(self: RegExMatch): int64 {.gcsafe, locks: 0
.}
-
proc getGroupArray*(self: RegExMatch): Array {.gcsafe, locks: 0
.}
-
proc getNames*(self: RegExMatch): Array {.gcsafe, locks: 0
.}
-
proc getNameDict*(self: RegExMatch): Dictionary {.gcsafe, locks: 0
.}
-
proc getString*(self: RegExMatch; name: Variant): string {.gcsafe, locks: 0
.}
-
proc getStart*(self: RegExMatch; name: Variant): int64 {.gcsafe, locks: 0
.}
-
proc getEnd*(self: RegExMatch; name: Variant): int64 {.gcsafe, locks: 0
.}
-