lengthOfMatch property

int? lengthOfMatch
getter/setter pair

The length of the partial match (including trigger)

Eg "Hey @Ir" would be 3.

Implementation

int? lengthOfMatch;