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. |
![]() |
#1 | Link |
Registered User
Join Date: Aug 2022
Posts: 3
|
Need help creating regex to change italic markings
Hi all,
I'm hoping more experienced users can help me out. I'm trying to create a regex that will alter all italic markings to go from something like this: <i>JOHN: Thanks.</i> to JOHN: <i>Thanks.</i> |
![]() |
![]() |
![]() |
#3 | Link |
Registered User
Join Date: Aug 2022
Posts: 3
|
This works like a dream! Thank you so much.
When you mentioned it before, I thought you were starting me off with a partial pattern. Didn't realize you had given me the whole thing. Could the following conditions be added to this rule or a new one if it's easier?
<i>[man 2] How are you today?</i> to this: [man 2] <i>How are you today?</i> Something like this? (<i>)(\[[A-Z \d]\]) replace: $2 <i> Last edited by Firestorm; 5th September 2022 at 23:27. |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|