How to extract data between strings "".
I have following string data as example:
x <- c('"Apr 21 2020 16:45 10894 <A HREF=\"D188_2020-03-30.csv\">D188_2020-03-30.csv</A>"')
would like to extract D188_2020-03-30.csv\
as a output.
Have refer various gsub
example but unable to figure out.
Appreciate any suggestions.