【发布时间】:2015-11-11 01:08:54
【问题描述】:
我在一个文本文件中有这样的字符串:
10.Divide using the divider at 12C. and pressure at 3.0.
11.Form into cylinders and put on boards, don't handle too much.
这个正则表达式(\d+\.)[A-Z] 正确找到了一个数值,后跟一个句点,再跟一个大写字母。
我想在句点和大写字母之间插入一个空格。我该怎么做?
【问题讨论】: