Hi Team,
How do I parse this field ( V-String) with RegEx
TimeStamp: 2019-03-25 15:02:58-04:00
My Output should be
Date: 2019-03-25
Time: 15:02:58-04:00
Currenlty I am using ([\d]+)([\d]+)
which is returning 201 in Date coloumn and 9 in Time coloumn.
Thanks,
Rana