F
focus
Hi,
I'm wanting to return a match on a string using a regular expression
where the value contains certain words but also doesn't include
certain words.
My string looks like this:
Toyota Mazda Ford Honda Holden
I only want it to return a match if the string contains Toyota but
doesn't include Honda.
Any ideas on how to do this?
Thanks.
Craig.
I'm wanting to return a match on a string using a regular expression
where the value contains certain words but also doesn't include
certain words.
My string looks like this:
Toyota Mazda Ford Honda Holden
I only want it to return a match if the string contains Toyota but
doesn't include Honda.
Any ideas on how to do this?
Thanks.
Craig.