12-13-2012 09:34 PM
Hi Guys
Could be missing the obvious here, but is there a way to differentiate between a debug all and an undebug all. I was trying to just catch a debug all, but found I'm also catching the undebug all.
ta
Peter
Solved! Go to Solution.
12-13-2012 09:51 PM
You can use an anchor in your regular expression. Something like "^debug all" versus "^undebug all" where the caret says that the string must start with the pattern.
Mike
12-13-2012 09:51 PM
You can use an anchor in your regular expression. Something like "^debug all" versus "^undebug all" where the caret says that the string must start with the pattern.
Mike
12-13-2012 09:58 PM
Thanks Mike
Works a treat.
Cheers
Peter
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide