Answered
Grep query
Hi all,
I am looking for a GREP for:
Search for: <?tul=1> and anything upto <?tul>
Replace with character style 'underline'
Many thanks.
Hi all,
I am looking for a GREP for:
Search for: <?tul=1> and anything upto <?tul>
Replace with character style 'underline'
Many thanks.
Hi @OriginationCC27875182tucs, try the following:
Find what:
<\?tul=1>([^<]+)<\?tul>
Change to:
$1
Change Format:

I think that will work even if there are carriage returns in between. See how it goes.
- Mark
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.