diff --git a/RegEx/Subtitle/SRT.regex.txt b/RegEx/Subtitle/SRT.regex.txt index 4a484fe..597719d 100644 --- a/RegEx/Subtitle/SRT.regex.txt +++ b/RegEx/Subtitle/SRT.regex.txt @@ -1,4 +1,4 @@ -# Matches a SubRip Subtitle +# Matches a SubRip Subtitle (?<=(?:[\r\n]|^))\d+ # SRT Files Contain an Index digit [\s\n\r]+ # Followed by whitespace and a newline (?[\d\:\,\.]+) # Followed by a Timespan, likely using comma as the separator