I'm trying to create a simple bbcode where I can do something like:
[bbcode=123 myoption=123 myoption2=123][/bbcode]
and have this show as some html but able to use the three numbers as part of the html and the two options are optional.
I know I need to use the Option Match Regular Expression, but I can seem to get it to work.
[bbcode=123 myoption=123 myoption2=123][/bbcode]
and have this show as some html but able to use the three numbers as part of the html and the two options are optional.
I know I need to use the Option Match Regular Expression, but I can seem to get it to work.