Results 1 to 2 of 2
  1. #1
    Alith7's Avatar
    Alith7 is offline Senior Member
    Join Date
    Oct 2007
    Location
    Wisconsin
    Posts
    123

    Default Need some QLingo help...

    I need someone who's really good with QLingo to give me a hand.

    I have variable strings like this:

    How high is an <i>NBA</i> basketball hoop?


    I need to search the string for the <i>...</i>, remove the <i> and the </i> and make the part of the text string a different font from the rest of the string.

    any ideas??

  2. #2
    toronar is offline Senior Member
    Join Date
    Nov 2007
    Posts
    130

    Default

    If there is no way that a < can appear inside the tags, you can do a simple GREP-search:

    Search for:
    Code:
    <i>([^<]+)</i>
    Replace with:
    Code:
    $1
    And set Format (replace) to the character style you want.

    Kind regards,
    toronar
    Modern PrePress is CSI: PDF.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Sponsors

Esko Sponsored Content