Hello,
I am using the RegEx tool to remove leading zeros. I am using the expression below,
(^[0]+)
It seems like the RegEx tool requires the left and right parenthesis. I just wanted to check because it seems that some RegEx tools will also accept
^[0]+
Thanks for the clarification.
Michael