Hi Guys,
I am trying to wrap my head around regex formula but can't figure out what if there are two patterns in the string. Basically I want to extract the number after the bracket but before the "+".
Current value : /Date(1676537746330+0000)/
Desired value : 1676537746330
Thanks

