Using regular expressions, I want to cut tag from the paragraph given below and paste it to new line with
tag as shown below. please see below that paragraph.
<div>
<ul style="list-style-type:disc; margin:0pt; padding-left:0pt">
<li style="font-family:serif; font-size:10pt; line-height:16pt; margin:3pt 0pt 3pt 9.6pt; padding-left:18.75pt; text-align:justify; text-indent:0pt">
<img src="html1.015.png" width="490" height="215" alt="k-98" style="margin-left:13.75pt; margin-top:30pt; position:absolute; z-index:-65521" />
<span style="font-family:'Times New Roman'; font-size:10pt">As the gain of emitter follower is approximately equal to 1, there is no change in the signal swing. No voltage amplification is being provided to the input signal by this stage.</span>
</li>
</ul>
</div>
Also if possible i would like to edit as below,
like this.Is there any solution using regex?
![k-98]()
– Sachin Kale Nov 22 '15 at 10:02![k-98]()
like this. – Sachin Kale Nov 22 '15 at 10:02