Hi all!
I need to create regex that matches everything before some specified (whole) word. Lets say I need everything before 'have' in such text:
What ^7^*#/> I @@3->;: have to do with this *~~@}}], hmm...?
...so I would like to have "What ^7^*#/> I @@3->;: " as a result - weird symbols inside the example are just to show what are we dealing with (it is not plain text, like "plain text")
It seems not so easy, though...
ideas?