matrixLinks top-level property

RegExp matrixLinks
final

Implementation

final matrixLinks = RegExp(
  '(matrix:|https://matrix.to/#/)([\\S]*)',
  caseSensitive: false,
);