• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

חיפוש והחלפה של טקסטים עם קודים

New Here ,
Jan 08, 2023 Jan 08, 2023

Copy link to clipboard

Copied

שלום וברכה!

יש לי טקסטים עם קודים ואני צריכה לעמד אותם באינדיזיין.

איך אפשר לחפש טקסט שנמצא בין שני קודים ולהחיל עליו סגנון שאני יוצרת באינדיזיין וכן באותו חיפוש למחוק את הקודים?

יעזור לי מאד לקבל תשובה

תודה רבה

מצרפת צילום מסך לדוגמא.

27846923poyk_0-1673169439891.png

 

TOPICS
How to

Views

84

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jan 08, 2023 Jan 08, 2023

If you want to leave the code characters in the text, then do this GREP find/replace

(?<=<CQ>).+?(?=<EIT>)

and replace with field stays empty while applying only an italic (or whatever formatting you wanted) character style.

If you want the code characters to vanish, too, then try this GREP find/replace

(<CQ>)(.+?)(<EIT>)

and replace it with $2 in the Change To field, along with the application of an italic character style (or whatever character style attribute you had in mind)

Votes

Translate

Translate
Community Expert ,
Jan 08, 2023 Jan 08, 2023

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 08, 2023 Jan 08, 2023

Copy link to clipboard

Copied

LATEST

If you want to leave the code characters in the text, then do this GREP find/replace

(?<=<CQ>).+?(?=<EIT>)

and replace with field stays empty while applying only an italic (or whatever formatting you wanted) character style.

If you want the code characters to vanish, too, then try this GREP find/replace

(<CQ>)(.+?)(<EIT>)

and replace it with $2 in the Change To field, along with the application of an italic character style (or whatever character style attribute you had in mind)

Mike Witherell

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines