Any one can show me how to get VARIABLE02 from the string below convert(nvarchar(10),convert(datetime,VARIABLE02 , 121), 103)
convert.*(.+,(.+),.+)
The above regex is working with convert(datetime,VARIABLE02 , 121), but once in multiple instances, it would stuff up.
Thanks for advice
Bin