BBCodeParser icon indicating copy to clipboard operation
BBCodeParser copied to clipboard

Fixed regex in reference to #13.

Open edmiester777 opened this issue 6 years ago • 0 comments

I fixed the regex parser to allow for [color] tags. This is directly in reference to issue #13. This will now parse the following:

[color="#FFF"]test[/color] [color=#FFF]test[/color] [color = "#FFF"]test[/color] [color = #FFF"][/color]

edmiester777 avatar Mar 24 '18 04:03 edmiester777