I'm trying to clean a document, by deleting all lines starting by [ and finishing by ]
exemple 1 00:03:16,440 --> 00:03:16,480 [Benjo DiMeo • 3 avr. à 18:22] "Non, pas vraiment." 2 00:03:17,000 --> 00:03:17,040 [Benjo DiMeo • 3 avr. à 18:20] "Tu as une bonne main ?" 3 00:03:20,720 --> 00:03:20,760 [Benjo DiMeo • 3 avr. à 18:23] "Meilleure que la tienne." I want that 1 00:03:16,440 --> 00:03:16,480 "Non, pas vraiment." 2 00:03:17,000 --> 00:03:17,040 "Tu as une bonne main ?" 3 00:03:20,720 --> 00:03:20,760 "Meilleure que la tienne." Went I use this command ^\[.+\]$ I have that 1 00:03:16,440 --> 00:03:16,480 "Non, pas vraiment." 2 00:03:17,000 --> 00:03:17,040 "Tu as une bonne main ?" 3 00:03:20,720 --> 00:03:20,760 "Meilleure que la tienne." Does make sense ? -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bbedit.
