标签: java regex
我似乎无法在Java中使用正则表达式:
String wordExclusion = "(^|\\s)(\\-[^\\s]+(\\s|$))+"; return query.matches(wordExclusion);
我希望与以下查询匹配:
而不是这些问题: