range abstract method

RulesString range(
  1. int i,
  2. int j
)

They can also be accessed using the range operator i:j. Note that parameter j, the upper bound in the range operator, is not inclusive.

Implementation

RulesString range(int i, int j);