2016-10-12, 04:44 AM
2016-10-12, 05:59 AM
see this reply & related code lines
2016-10-12, 11:28 AM
Quote:Don't do the ( )
This would of course work. But the reason i want to remove it is because i am using a different codebox for a syntax highlighter. When someone puts code in such as
def func(c): pass
it destroys the content of the codebox by replacing it with the symbol. //$standard_mycode['copy']['regex'] = "#\(c\)#i";
//$standard_mycode['copy']['replacement'] = "©";
//$standard_mycode['tm']['regex'] = "#\(tm\)#i";
//$standard_mycode['tm']['replacement'] = "";
//$standard_mycode['reg']['regex'] = "#\(r\)#i";
//$standard_mycode['reg']['replacement'] = "®";
thank you