a<- "\n\t\t\t\n\t\t\t\New\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t - \n\t\t\t\t\n\t\t\t\t95\n\t\t\t\tdays\n\t\t\t\n\t\t"
How to isolate only the number 95 from this string? I tried the gsub and str_replace but it removes the 95 too I removed this string from a site through the rvest package