When I run my code i get this error
Main.java:44: illegal escape character
y = news.indexOf("<\description>");
It points to the \d part and I cant seem to use this in the indexof function but I need to search for that exact string is there anyway around this?