Below is a working example of what I'm trying to achieve. As you can see it will find all the strings in between the function labelled _LanguageString(), but where this fails is when there is a closing bracket ")" inside the function itself, due to this being interpreted as the function's closing bracket. So my question is how can I improve the SRE to disregard the bracket in the function's string? Any advice would be greatly appreciated. #include <Array.au3>
Example()
Func Example()