Input: 123456 789101112 123456 1234561
我只想选择15位数(不在中间)。
123456 789101112(长度16)然后我需要选择123456.剩余的数字也需要像这样的逻辑选择。 (每组匹配)。
output:
Match1: 123456
Match2: 789101112
Match3: 123456 1234561 (This is exact 15 digits from the space)
答案 0 :(得分:1)
答案 1 :(得分:0)
我认为您可以使用包含空格的集合处理此问题。假设匹配需要用空格预订:
\s([0-9\s]{15})\s