I am making a trivia game that pulls the questions from https://opentdb.com/ but some of the questions and answers don't come out correct in java for example one of the questions looks like this:
What color is the "Ex" in FedEx Ground?
instaed of:
What color is the "Ex" in FedEx Ground?
any idea how to fix this in Java, thanks.