Agadar / NationStates-API-Java-Wrapper

A Java library for consuming the NationStates API.
5 stars 1 forks source link

DispatchHappeningSpecializer fails on quotes in dispatch title #34

Closed Agadar closed 5 years ago

Agadar commented 5 years ago

DispatchHappeningSpecializer fails on quotes in dispatch title. Fix this by using regex instead of string splits.

While we're at it, make sure the other specializers don't fail either due to the usage of string splits and fix them.