Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用常规正则表达式在左右括号之间插入文本
例如:def myText = abc
预期输出:(abc)
请指教
这个怎么样?;)
"($myText)"