Regex::Span - mfichman/jogo GitHub Wiki

A range of characters matched by a regex or a subgroup, starting from the index of the first character matched and ending at 1+ the index of the last character matched.

@init()

No comment

@copy(val Regex::Span)

No comment

@destroy()

No comment

start=(_arg0 Int)

No comment

start?() Int

No comment

end=(_arg0 Int)

No comment

end?() Int

No comment