Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

LUtilsRegexMatch reference

Lexize edited this page Sep 13, 2022 · 2 revisions

LUtilsRegexMatch

Regex match class


content(): String
Returns content of match.

start(): Integer
Returns start index of match.

end(): Integer
Returns end index of match.

groups(): LUtilsRegexGroup[]
Return groups in this match.