beginsWith abstract method
Returns true if the string begins with the specified substring.
Implementation
bool beginsWith(RulesString substring);
Returns true if the string begins with the specified substring.
bool beginsWith(RulesString substring);