is it possible to rewrite pragmas with the rewrite tool (or any other tool)?
I tried the regex tool as a workaround, but it's difficult to use due to the greedy matching behavior. The methods that I want to rewrite contain several pragmas.
You might have to be somewhat creative with your regexes to get non-greedy matching. I don't think Regex11 supports modifiers for non-greedy, but I haven't explicitly look for that, so maybe it does.
Randy
On Wed, Jul 23, 2014 at 2:21 AM, Holger Kleinsorgen <[hidden email]> wrote:
Hello,
is it possible to rewrite pragmas with the rewrite tool (or any other tool)?
I tried the regex tool as a workaround, but it's difficult to use due to the
greedy matching behavior. The methods that I want to rewrite contain several
pragmas.