Could you please provide screenshot with Regexp ?

Discussions about iCompta on macOS
Post Reply
jiquem
Posts: 1
Joined: 31 May 2009, 12:45

Could you please provide screenshot with Regexp ?

Post 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
User avatar
Angeman
Administrateur
Posts: 2302
Joined: 28 December 2008, 21:28
Location: Toulouse, France
Contact:

Re: Could you please provide screenshot with Regexp ?

Post 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 3742 times
Post Reply