Tagged Questions
0
votes
2answers
583 views
Validating linear equations with regular expressions?
How can I validate linear equations with regular expressions or is there another way besides using regular expressions. I will use ^ to denote an exponent.
2x + 3 = 8 //This should validate fine
3x ...