Page 1 of 1

Could you please provide screenshot with Regexp ?

Posted: 31 May 2009, 12:48
by jiquem
Hi,

I am familiar with regex, but I didn't manage to use them within iCompta.
Ie, if I like to match any of LECLERC, CARREFOUR, AUCHAN, FRANPRIX, what should I use ?
"LECLERC|CARREFOUR|AUCHAN|FRANPRIX" doesn't work.
Even if I put a single word like "AUCHAN" it doesn't match anything

Thanks & Regards

Re: Could you please provide screenshot with Regexp ?

Posted: 02 June 2009, 20:56
by Angeman
You have to match the whole description so you have to add .* to the beginning and the end of your pattern.
Image 1.png
Image 1.png (22.5 KiB) Viewed 3807 times