I was using "(.*?)"@en
but it does not detect an input with three dots : "..."@en
这是罪状:
<http://dbpedia.org/resource/%C2%85> <http://www.w3.org/2000/01/rdf-schema#label> "…"@en .
有没有办法让它检测所有字符?
I am using Java's Pattern
and Matcher
.
I was using "(.*?)"@en
but it does not detect an input with three dots : "..."@en
这是罪状:
<http://dbpedia.org/resource/%C2%85> <http://www.w3.org/2000/01/rdf-schema#label> "…"@en .
有没有办法让它检测所有字符?
I am using Java's Pattern
and Matcher
.