Bug with Regex?

Hello,

I am using this regex = CR\d+[a-z]? to replace by mergefields.
I am using the code you kindly post in my previous thread.
Using this regex I would like to replace text like ‘CR1a’ it does not work.

If I use CR\d+ to replace thing like CR1 all is ok .

Thank you for you help

Regards

ArtyProg

I have to investigate a little more…
I replace my regex with “CR\d+(a|b|c)?” it seems
to work…

Regards

Hi
Thanks for your request. It is nice that you already found solution.
Best regards.