RegexMatching
You may want to read the extension documentation if you have questions about how extensions work
Example
Create an extension & implement onSourceFileFound
or another function.
1. Define your regex(es)
@import(Regex.structure)
2. Write your onMatch function(s)
@import(Regex.onMatchFull)
3. Call Regex Utility
@import(Regex.invoke)
The $info array
@import(Regex.infoArray)