Hi,
Regular expression for Campaign ID, since details/paatern is not specified by u, we assume that first letter would be a character ranging from A-Z followed by at least 5 numeric digits( if numeric digits are more u can update that also in Regular expression).
Use the below regular expression in defining the innertext/innerhtml of the id
{A-Z}{0-9}{5,}
Or if there is some other patter let us know.
Regards,
Sankalp
Regular expression for Campaign ID, since details/paatern is not specified by u, we assume that first letter would be a character ranging from A-Z followed by at least 5 numeric digits( if numeric digits are more u can update that also in Regular expression).
Use the below regular expression in defining the innertext/innerhtml of the id
{A-Z}{0-9}{5,}
Or if there is some other patter let us know.
Regards,
Sankalp