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

GREP help needed

Advocate ,
Nov 05, 2020 Nov 05, 2020

I'm hoping someone can help me eliminate this blank line with a simple GREP string I can use in Find/Change. Many thanks!

Screen Shot 2020-11-05 at 4.10.14 PM.png

TOPICS
How to , Scripting
291
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

Community Expert , Nov 05, 2020 Nov 05, 2020

Hi Scott,

Try the following grep

^\s*\r

-Manan

Translate
Community Expert ,
Nov 05, 2020 Nov 05, 2020

Hi Scott,

Try the following grep

^\s*\r

-Manan

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
Advocate ,
Nov 06, 2020 Nov 06, 2020
LATEST

Thanks, Manan! Perfect!! 

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