Thanks everyone,
The solution of John W. Krahn works perfectly :) Incredible
On Tue, Apr 27, 2010 at 1:41 PM, John W. Krahn wrote:
> HolyNoob wrote:
>
>> Hi,
>>
>
> Hello,
>
>
> I'm trying to make a regexp to match the last appearance of a word
Hi,
I'm trying to make a regexp to match the last appearance of a word (lets say
'abc') until the first appearance of another word (for ex: 'xyz'), and I
still cannot do it.
For example: with a string like this "abc abc abc toto toto xyz xyz xyz" ,
which regexp I have to use to get "abc toto toto