For characters that can't be included directly, such as parentheses, just use the $chr() value for them.

( = $chr(40)
) = $chr(41)

For example:
$replace($1-,$chr(40),<,$chr(41),>)