<?xml version="1.0" encoding="windows-1252"?>
<node id="1005261" title="Re: Space between digits" created="2012-11-23 07:29:15" updated="2012-11-23 07:29:15">
<type id="11">
note</type>
<author id="190859">
bart</author>
<data>
<field name="doctext">
This might help: 
&lt;c&gt;
s/(?&lt;=\d) (?=\d)/   /
&lt;/c&gt;
It replaces a single space with 3 &lt;em&gt;provided&lt;/em&gt; there's a digit (at least one) in front of it, and one (at least one) behind it.</field>
<field name="root_node">
1005011</field>
<field name="parent_node">
1005011</field>
</data>
</node>
