Search found 6 matches

by droog
Tue Sep 04, 2007 8:22 am
Forum: Advanced Find and Replace
Topic: creating a duplicate line then changing it to a phonetic for
Replies: 9
Views: 54509

Re: creating a duplicate line then changing it to a phonetic for

Please post alternative solution that was to be posted Saturday. Thanks.........
by droog
Sat Sep 01, 2007 7:12 am
Forum: Advanced Find and Replace
Topic: creating a duplicate line then changing it to a phonetic for
Replies: 9
Views: 54509

Re: creating a duplicate line then changing it to a phonetic for

That's not working. It repeats some parts and still does not replace other parts. Here's an example-

PRN:¿Me lo vuelves a explicar?

Parenthesis shows parts it is still not replacing.

PRN:¿Me(e=eh ...
by droog
Fri Aug 31, 2007 2:28 am
Forum: Advanced Find and Replace
Topic: creating a duplicate line then changing it to a phonetic for
Replies: 9
Views: 54509

Re: creating a duplicate line then changing it to a phonetic for

Thank you very much for your response. I have followed your suggestions, including unchecking modifier "s". It has searched and replaced parts but skipped other parts. Also the only way I was able to get this to search and replace was by checking modifier "m".

Here is the phonetic formula-

First ...
by droog
Wed Aug 29, 2007 5:13 am
Forum: Advanced Find and Replace
Topic: creating a duplicate line then changing it to a phonetic for
Replies: 9
Views: 54509

Re: creating a duplicate line then changing it to a phonetic for

I have figured out how to create the duplicate line using this-

Search for:
\r\n(.+)\r\n(.+)\r\n

Replace with:
\r\n$1\r\n$2\r\n$2\r\n

So my phrases are set up like this now-

What?
¿Qué?
¿Qué?

Excuse me?
¿Perdón?
¿Perdón?

I don't understand.
No entiendo.
No entiendo.

Now I need to ...
by droog
Sun Aug 26, 2007 9:20 pm
Forum: Advanced Find and Replace
Topic: creating a duplicate line then changing it to a phonetic for
Replies: 9
Views: 54509

creating a duplicate line then changing it to a phonetic for

Hi all,

I apologize if this seems obvious but I've never used regular expressions, this is completely alien to me. I'm just trying to find out a way to automate an ongoing task I have. I need to create a phonetic pronunciation for phrases. They are in a single open office file .odt. I have pasted ...