in reply to Re: Pattern match for split() - need match but not match syntax
in thread Pattern match for split() - need match but not match syntax
Thanks, that works a treat and has saved a lot of case-specific workaround code. I had played with the lookbehind syntax but couldn't get them to work so thought I was on the wrong track!
John