regex property

RegExp regex
final

Regex to parse message timestamp

Implementation

static final regex = RegExp(r"<t:(\d+)(:([tTDdFfR]+))?>");