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