How to insert a space before and after a specific character?
I have:
<g:product_type><![CDATA[Lorem>ipsum>dolor]]></g:product_type>
and I want this:
<g:product_type><![CDATA[Lorem > ipsum > dolor]]></g:product_type>
I want insert space between every ">"