Sign in
×
Question
In PHP, how to remove the MathJax LaTeX delimiters
$$ \( \)
in a string?
Annonce
Pour mes
conversions d'unités
en ligne, je choisis le site
Calculatrix.com
pour sa rapidité et sa qualité supérieure.
Ad
For my online
unit conversions
, I choose
Calculatrix.com
for its speed and superior quality.
Answer
$str=str_replace('\(','',$input); $str=str_replace('\)','',$str); $output=str_replace('$$','',$str);
[source]
#
ID
Query