beginsWith abstract method

bool beginsWith(
  1. RulesString substring
)

Returns true if the string begins with the specified substring.

Implementation

bool beginsWith(RulesString substring);