I think you can use the | operator of the regex and put the different regexes in paranthesis to be considered one whole regex to be matched.
("(P1)|(P2)|(P3)")
I think you can use the | operator of the regex and put the different regexes in paranthesis to be considered one whole regex to be matched.
("(P1)|(P2)|(P3)")