Copy link to clipboard
Copied
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
Hi,
If same 3-parts, 3 nested styles doable!
If you want Grep styles:
Bold
^.+?:(?=(.+?\.){2})
Red
(?s)^.+?:\h\K(.+?\.)(?=(?1))
Cooler!
(^/)
Copy link to clipboard
Copied
Hi,
If same 3-parts, 3 nested styles doable!
If you want Grep styles:
Bold
^.+?:(?=(.+?\.){2})
Red
(?s)^.+?:\h\K(.+?\.)(?=(?1))
Cooler!
(^/)
Find more inspiration, events, and resources on the new Adobe Community
Explore Now