http://qs321.pair.com?node_id=105525


in reply to Re: "everything but" regex
in thread "everything but" regex

Note that if your string does not contain 'whatever', then HyperZonk's second regex will return nothing.

I'm going to go out on a limb here, as regexes are not my thing, but this might just work:

$string =~ /^((.*?)(whatever))*(.*)$/;

However to be perfectly honest, I've no idea which $1, $2, $3, etc will be the values you want, or even if the regex is correctc.

I seem to have bitten off a bit much. Can somebody help?

elbieelbieelbie