Function: parseRegex()
parseRegex(
input,regex):string[]
Defined in: utils/utils.ts:533
takes an input string and a regex and returns each match as an array
Parameters
input
string
regex
RegExp
Returns
string[]
parseRegex(
input,regex):string[]
Defined in: utils/utils.ts:533
takes an input string and a regex and returns each match as an array
string
RegExp
string[]