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

GREP

New Here ,
Sep 11, 2017 Sep 11, 2017

book like dictionary.

meaning for a word given in both in english and tamil languages.

The word starts at the beginning of the para and end with colon and space. (Style English Bold)

after space the meaning for the word in Tamil language given and end with full stop(.)

after that next line in english. (style English normal)

Tamil : தமிழ்ழொழி. Tamil language.

I want select and change it to Chacter Style of Tamil language

Is it possible in GREP

TOPICS
Scripting
508
Translate
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

LEGEND , Sep 11, 2017 Sep 11, 2017

Hi,

If same 3-parts, 3 nested styles doable!

If you want Grep styles:

Bold

^.+?:(?=(.+?\.){2})

Red

(?s)^.+?:\h\K(.+?\.)(?=(?1))

Cooler! 

(^/)

Translate
LEGEND ,
Sep 11, 2017 Sep 11, 2017
LATEST

Hi,

If same 3-parts, 3 nested styles doable!

If you want Grep styles:

Bold

^.+?:(?=(.+?\.){2})

Red

(?s)^.+?:\h\K(.+?\.)(?=(?1))

Cooler! 

(^/)

Translate
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