compiles the operator:
- compiles operands
- verify type of parameter
- compute the result holder (operand)
- try to compile the pattern matcher if the filter is already defined
Operator representing the substring extraction given a String, a first
integer to start from and a second integer indicating the length of the
required substring.