<div dir="ltr">Hey,<div><br></div><div>So I&#39;ve been trying to find and replace some text with python using regular expression, but I haven&#39;t been able to make permanent changes and just to the files.</div><div><br>
</div><div><div>-this is the data in the original file.</div><div><br></div><div>@#$The Creation@#$%</div><div>{{01:1}}1 In the beginning God created the heavens and the earth.</div><div>{{01:1}}2 The earth was &lt;$FOr {a waste and emptiness}&gt;&gt;formless and void, and darkness was over the surface of the deep, and the Spirit of God was &lt;$FOr {hovering}&gt;&gt;moving over the surface of the waters.</div>
<div>{{01:1}}3 Then God said, ``Let there be light&quot;; and there was light.</div><div>{{01:1}}4 God saw that the light was good; and God separated the light from the darkness.</div><div><br></div><div>-I want to replace @#$ with &lt;title&gt; and &lt;@#$%&gt; with &lt;/title&gt; using python.</div>
<div><br></div><div>After I replace a few elements, I can start creating xml.</div><div><br></div><div>Can anyone offer some insight as to how to do this ? It would be greatly appreciated. Thanks !</div><div><br></div><div>
-Eric</div></div></div>