Hi all!
I'm working on a php dynamic web page that has a element that let user write and their text is show in "real time" just javascript-processing the text & tags on a element.
I change the "b","u", and tags between brackets (like phpbb style) to its html equivalent like "strong" ,"u", and so using javascript regexps.
Problem occurs when i need to process the URL tag, when taking URL from [URL=http://.....
How can i replace it to 'a href="http:/..." ' thing?
Thanks in advance