in reply to look behind with multiple whitespace characters
There might be an easier way to code this. If you could give say 10 example records, this might work out better.
As you say, this doesn't match: foo bar test == But I guess that this should?: bar test == And this match?: foo bar test
|
|---|