ToExpression
[input]ToExpression
[input, form]ToExpression
[input, form, h]ToExpression["1 + 2"]
ToExpression["{2, 3, 1}", InputForm, Max]
ToExpression["2 3", InputForm]
Note that newlines are like semicolons, not blanks. So so the return value is the second-line value.
ToExpression["2\[NewLine]3"]