operator [] abstract method

RulesString operator [](
  1. int index
)

Sub-strings can be accessed using the index operator [].

Implementation

RulesString operator [](int index);