Java正则表达式-忽略常量之间的匹配[关闭]

I have an expression like - This is ## this is not ## an example

我正在尝试用空格('')分割此字符串,并忽略'##'之间的匹配项

The output should be [This,is,## this is not ##,an,example]