Another JQuery question for you guys.
Say I have a url of an image in my web page surrounded by square brackets.
[http://www.example.com/picture.jpg]
How could I, with JQuery transform that string like so...
[http://www.example.com/picture.jpg]
into...
<img src="http://www.example.com/picture.jpg" />
?