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

"Incompatible line delimiter near index"

LEGEND ,
Jun 05, 2010 Jun 05, 2010

G’day
I’m doing a search and replace of \t\r\n, replacing it with just \r\n.  CFB says to me "Incompatible line delimiter near index", in red, down the bottom of the Find/Replace dialogue.

What does that mean?

Also, if I click the Help icon next to the message, I just get "The context help for this user interface element could not be found".

--
Adam

TOPICS
Builder
2.4K
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
New Here ,
Dec 27, 2010 Dec 27, 2010
LATEST

You're trying to use \n instead of \r\n in the replace.

I got it when I matched:

\n\t*foo

in order to match the whitespace formatting in my source code.  The fix for me was to use

\r\n\t*foo instead.

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
Resources