SyntaxQ
SyntaxQ(str)
is
True
if the givenstr
is a string which has the correct syntax.
Examples
>> SyntaxQ("Integrate(f(x),{x,0,10})")True
Implementation status
- ✅ - full supported
SyntaxQ(str)
is
True
if the givenstr
is a string which has the correct syntax.
>> SyntaxQ("Integrate(f(x),{x,0,10})")True