0

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 ">"

pasza
  • 57
  • 8

0 Answers0