正则表达式,用于查找括号内的文本,后跟@en:“ example” @en

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.