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.
是否有一个可以输出正则表达式“使用”的计数器?
例如,如果我有这个文本:
(), (), (), ()
我想使用正则表达式模式将计数添加到每个匹配的输出中。所以在这种情况下,期望的结果是:
(1), (2), (3), (4)
当然有一个内部计数器,但它可以用作输出吗?