convert text to table depending on font

M

Matthias Caspary

Hi,

a text has the structure:

xxx (font A) yyy (font B)
zzz (A) uuu (B)
etc.

I would like to replace any occurence of text written in font A with:
[original text 1, e.g. xxx] - separating character - [original text 2,
e.g. yyy]. Thus I could then convert the text into a table, depending
on the font, not on the content.

Suggestions?

TIA,
Matthias
 
K

Klaus Linke

Hi Matthias,

If I'm not missing anything, you can either
-- search for "Format > Font = A" (leaving "Find what:" empty), and replace
with ^&^t
-- or search for font B and replace with ^t^&

^& is the matched text (which you want to keep), and ^t a tab.
Any other separator instead of a tab would work just as well.

Regards,
Klaus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top