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