CheckParam refuses string with operation of project parameters
When we use the method doChekc of the CheckParam class, if the input string contains the mathematical combination of two project parameters, the verification will fail.
It would be necessary to parse the strings (probably using regex) to retrieve the names of the parameters involved in the operation, and then check them.