class Cursor
Synonym of Match
my constant Cursor = Match
Initially, it was used to keep track of initial position in regex matches. In current versions, it's an alias for Match
.
Synonym of Match
my constant Cursor = Match
Initially, it was used to keep track of initial position in regex matches. In current versions, it's an alias for Match
.