javascript
MAthPix equation
function checkIfEquationExists(str){
str2 = str.replace(/\["|]/g," ")
str3 = str2.replace(/[,[]/g," ")
str4 = str3.replace(/"/g ," ")
return str4;
}
Is Equation from mathpix one
Was this helpful?
Similar Posts