SynRegex

Documentation of Synapse Z SynRegex class

SynRegex:Match

Match SynRegex:Match(target: string)

matches the patten in the target string and returns the first match, see Match

SynRegex:MatchMany

table<Match> SynRegex:MatchMany(target: string)

matches the patten in the target string

SynRegex:Replace

string SynRegex:Replace(target: string, replacement: string)

matches the patten in the target string and replaces with the specified replacement