I am working in a translator that receive relational algebra expressions and translates them into SQL queries, I've already made the translator code, but I'm having some trouble validating the user's inputs.
The translator works with buttons that insert a default expression in the text area and gives the user a blank space to enter some parameters, here's an example:
Seleccionar(-the user enters parameters here-)( -the user enters parameters here- )
Is there a way to make the word "Seleccionar" and the brackets read-only? So the user can't edit the default expressions?