@override bool isMatch(String mainLyric) { return RegExp( r'^\[(\d{1,}):(\d{2})(?:\.(\d{1,}))?\]', multiLine: true, ).hasMatch(mainLyric); }