K
Kijak
Hi,
Im just starting working with REGEX and got a few problems. Could you
tell me how to test if two strings can be found in another. ei:
String to test: "This is a great car you got"
Look for: "great" AND "car"
and what about upper case
String to test: "This is a great VOLVO you got"
Look for: "VOLVO" AND "car" (and not "volvo AND car")
Just don't get it
Thanks
Im just starting working with REGEX and got a few problems. Could you
tell me how to test if two strings can be found in another. ei:
String to test: "This is a great car you got"
Look for: "great" AND "car"
and what about upper case
String to test: "This is a great VOLVO you got"
Look for: "VOLVO" AND "car" (and not "volvo AND car")
Just don't get it
Thanks