Hi,

Am very new to java and writing my first codes. I would like to know how to check for a specific pattern in a string value like "ax^2+bx+c".
I would like to know how I can be know if the user typed this correctly, [a, b, c] being integer values.

Thank you all