2010-07-31, 07:14 AM
Regular Expression:
Replacement:
Make another custom mycode with that
\[tablecenter\](.*?)\[/tablecenter\]
Replacement:
<table border="1" style="margin-left: auto; margin-right: auto; text-align: left;" summary="Table MyCode"><tbody>
<tr> <td>$1</td> </tr>
</tbody></table>
Make another custom mycode with that