0

可以传递什么类型的模式?示例:正则表达式、通配符等。我找不到详细说明此内容的 java 文档或其他文档。

4

1 回答 1

1

根据源代码中的javadoc :

deleteByPattern 支持这些 glob 样式模式:

 h?llo subscribes to hello, hallo and hxllo
 h*llo subscribes to hllo and heeeello
 h[ae]llo subscribes to hello and hallo, but not hillo
于 2016-06-29T14:42:26.673 回答