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.
我想在数字后添加字符 ,' :
输入示例:
(1SomeText;.Hello (2SomeOtherText;.Hello (3SomeAnotherText;.Hello
输出应该是:
(1,'SomeText;.Hello (2,'SomeOtherText;.Hello (3,'SomeAnotherText;.Hello
使用以下正则表达式进行搜索:
^\((\d+)
并替换:
($1,'