parseRegExp property

RegExp parseRegExp
final

The RegExp that will match stringified suggestions and enable parsing

Eg "Hey [@Ironman:uid3000]" => "Hey @Ironman"

Implementation

final RegExp parseRegExp;