I'm trying to exclude "BarcodeNameQuantityDescriptionTypeDate"
from the following:
BarcodeNameQuantityDescriptionTypeDateVCI BAG4MB
I thought this might work, but no luck..
(?!^BarcodeNameQuantityDescriptionTypeDate$)
from the following:
BarcodeNameQuantityDescriptionTypeDateVCI BAG4MB
I thought this might work, but no luck..
(?!^BarcodeNameQuantityDescriptionTypeDate$)
How about this?
If you see it does not work you have to send me the full text (by email to support@emailparser.com if you prefer)
Code: Select all
BarcodeNameQuantityDescriptionTypeDate(?'my_field'.*)
If you see it does not work you have to send me the full text (by email to support@emailparser.com if you prefer)