Guest User

Untitled

a guest
Jun 24th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. # Regular Expressions
  2.  
  3. ## Repeated parts of transcripts
  4.  
  5. | `^(\d\d:\d\d:\d\d .*)(.+)\n(\d\d:\d\d:\d\d )\2\s*(.*)` |
  6. | --- |
  7. | `\1\2\n\3\4` |
Add Comment
Please, Sign In to add comment