Converts the line ending of the input string to the end-of-line character you specify.
If you do not specify a platform, this node converts the line ending of the string to the end-of-line character the current platform expects.
Line ending to which you want to convert.
Name | Description |
---|---|
Native | Specifies the native line ending of the current platform. |
Native Command Line | Specifies the native line ending of the command line of the current platform. |
UNIX | Specifies the UNIX line ending, used by Linux, OS X, and other UNIX derivatives, \n. |
Macintosh | Specifies the Macintosh Classic line ending, \r. |
DOS | Specifies the standard DOS/Windows line ending, \r\n. |
Default: Native
String on which the node operates.
String with converted line endings.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application