Hi,
I'm trying to get the value of something after the ">" character.
For example I would have
DATE
1d03942d>Jun 25 2019
sa39ss345298>May 26 2019
and I want to get
DATE
Jun 25 2019
May 26 2019
How can I use RegEx to only take things after the ">" symbol?