2012-10-06, 12:24 PM
Regular Expression:
HTML Replacement:
Example in MyCode:
Output:
\[official\](.*?)\[/official\]
HTML Replacement:
<span style="color: #9370DB;">$1</span>
Example in MyCode:
[official]Official Text Here[/official]
Output:
Quote:Official Text Here