Hello Everyone !
I try to find a formula to do this :
- I have the entire text of an invoice
- I would like to know if in this invoice there is the text : “05/2020 au ??/05/2020”. But I would like the question marks to be replaced any characters ! I would like a boolean variable True if the expression is in the invoice.
I tried to do this with a regular expression but I did not find …
Thank you for your help !!