Search found 2 matches

by Cerest
Mon Sep 12, 2011 3:19 am
Forum: Regular Expressions Help
Topic: Dialog Fixing.
Replies: 3
Views: 13837

Re: Dialog Fixing.

Thank you,

This was what I used.

Code: Select all

(“[a-zA-Z0-9\-;: ’.?,‘]+)\r\n\r\n([a-zA-Z0-9\-;: ’.?!,‘]+”)

Code: Select all

$1$2
by Cerest
Sun Sep 11, 2011 9:57 pm
Forum: Regular Expressions Help
Topic: Dialog Fixing.
Replies: 3
Views: 13837

Dialog Fixing.

Hello, I'm trying to find a function that will find the following. Find: "Text[. ! ?][linebreak][linebreak]Text[. ! ?]" Replace: "Text[. ! ?]Text[. ! ?]" Everything seems straight forward, but the Text part of it is confusing. These text sections are of varying lengths, varying c...