Line break

Top  Previous  Next

Scripts > Token definitions > Predefined tokens > Line break

 

EOL:        \r?\n

 

This definition matches WINDOWS and UNIX line breaks, if '\r' and '\n' are not set to be ignored in the project options.

In the editor all lines are made by "\r\n", even if the source file only contains '\n' line breaks.

 

As a predefined token EOL can be inserted in a project by a pop-up menu.



This page belongs to the TextTransformer Documentation

Home  Content  German