Jump to content

HTML Replace code help!

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Guest_alaminziz_*

Guest_alaminziz_*
  • Guests
Hello,
I want to replace: starting <img src="/cgi-bin/mimetex.cgi?
ending >
with
from the following code

<img src="/cgi-bin/mimetex.cgi?
x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}">

into

[a]x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}[/a]

any ideas?

#2
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
In what language do you wish to do this?