【发布时间】:2021-11-15 05:04:59
【问题描述】:
我目前正在用 intellij 玩正则表达式,我想知道是否可以使用捕获来选择特定组的所有出现。
12 330
13 450
1223 870
1213 900
regex: (^\d+) (\d+)
and select the
330
450
870
900
which are in the group 2
谢谢 ;)
【问题讨论】:
标签: regex intellij-idea capturing-group