Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#20 | Link |
Registered User
Join Date: May 2009
Location: Belgium
Posts: 1,763
|
Hi,
I'm quite confused with a pattern to replace, I can't target 3 suspension points following a new line and followed by another character. I want to add a space after these 3 points, thus only when they begin the line (I have another reg ex when they are preceeded by a space). For instance, I'd like this ; Code:
1 00:02:37,309 --> 00:02:39,516 Hello... 2 00:02:39,687 --> 00:02:42,641 ...hi ...you. Code:
1 00:02:37,309 --> 00:02:39,516 Hello... 2 00:02:39,687 --> 00:02:42,641 ... hi ...you. Code:
(\n)(\.{3})(\w) Code:
$1$2 $3 ![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|