How to replace a specific constant from an expression string using regular expression in Java?

前端 未结 0 1851
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-06 00:10

I must replace in my expression string a constant named \'pi\' with a function named \'pi()\' using Java, if possible using String.replaceAll(regex, string).

I need help

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