in reply to Parse string and extract word after specific pattern
Does the start of the string before ROLLBACK vary? If so, what other kinds of prefixes are there? Or is "ROLLBACK" always in the string before the part you're interested in? (If it is, you don't even need a regex; a simple index call followed by substr will work.)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Parse string and extract word after specific pattern
by rinkish85 (Novice) on Mar 23, 2017 at 11:02 UTC | |
by vrk (Chaplain) on Mar 23, 2017 at 14:17 UTC |