Having a little moment here!
I am trying to extract everything before the comma, and I need to match on the below expressions and pull out the blue sections:
[Standard][Monthly][2][Post]
[OCS][Annual][6][Pre],[Standard][Monthly][2][Post]
I have written the below regex expression, however in the second pattern it is not just pulling out the first bit but returning the whole input.
What am I missing here?
Thank you!