How to match a string with a regex only if it's between two delimiters?

前端 未结 0 484
太阳男子
太阳男子 2021-01-27 02:35

My goal is to delete all occurrences of a string from an input using Java 7:

message.replaceAll([regex], "");
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题