I'm trying to strip the following;
INPUT:
[color=00ff08]100[/color](3.0/3.0)
The =00ff08
will change given the color
, so that has to be variable.
OUTPUT:
100(3.0/3.0)
Basically I want to remove [color=*****]
and [/color]
from the string
.
Thanks, I'm so horrible at regex
. Maybe I should get a book.