I was using "(.*?)"@en
but it does not detect an input with three dots : "..."@en
This is the guilty line:
<http://dbpedia.org/resource/%C2%85> <http://www.w3.org/2000/01/rdf-schema#label> "…"@en .
Is there a way to make it detect all characters?
I am using Java's Pattern
and Matcher
.