Hello everyone,
I came in this issue: when using VBO Utility - Strings, Action Extract regex values, in some cases it causes BP to get totally stuck (specificaly Not responding).
This happens very rarely and I know why - the reason is that the regex pattern is not 100% efficient (it is pretty complex) and for some target texts it leads to 'catastrophic backtracking' (tested in regex testers; in short: there are too many combinations).
What I want to ask is: Is it possible to set some kind of timeout for the action/object to get exception instead of stopping BP? Or is there any other way to overcome this?
Thanks a lot.
Michal Klodner