Hi All, I'm trying to create a simple BBcode that will do the following:
[foobar]www.google.com[/foobar]
replaces this with:
<div class = "foobar">www.google.com</div>
The end result would be an actual div not the above text.
Can someone help me with the simplest step by step way to get this done?
Thanks!
[foobar]www.google.com[/foobar]
replaces this with:
<div class = "foobar">www.google.com</div>
The end result would be an actual div not the above text.
Can someone help me with the simplest step by step way to get this done?
Thanks!