1

I want to convert this string:

<span style="font-family: 'book antiqua', palatino, serif; font-size: 14pt; color: #ff9900;">Text Content</span>

into:

<font face='book antiqua, palatino, serif' size='14' color='#ff9900'>Text Content</font>

how can I do this with regular expression? Any help would be greatly appreciated! Thanks.

Jessen
  • 11
  • 2

1 Answers1

0

After spending hours of googling I Finally found the solution for this problem in this forum tinyMCE to AS3 htmlText

Community
  • 1
  • 1
Jessen
  • 11
  • 2