Well, since I got told there is a better way to do BBCode than Regex, I wondered how it's done.
I want something like this:
to become something like this:
I couldn't find any tutorials on this anywhere.
Thanks once again,
tenx23.
I want something like this:
Code:
[a=http://google.com/]Google[/a]
to become something like this:
Code:
<a href="http://google.com/">Google</a>
I couldn't find any tutorials on this anywhere.
Thanks once again,
tenx23.