I have created a basic web scraper using Jsoup in order to extract movie info from IMDB. However, when I scrape Genre, I cant help but get an output like this one:
Action Adventure Fantasy 27 April 2011 (UK)
Is there a way of using substring() so that It will take away the rest of the string when it hits a number? In this case, the number 27.
Thank you