When searching:
\n is newline, \r is CR (carriage return = Ctrl-M = ^M)

When replacing:
\r is newline, \n is a null byte (0x00).

标签: none

添加新评论