Regex expression for a String

Hi @ppr

Thanks for the quick reply

In the expression you provided I can see you have use d{7} but if the digits increase than 7 will in that case it will work?

The expression should ideally check for this format starting with “CHG” and then having any n number of digits that makes a valid change request.

Thanks