CR_LF property

ControlChar.CR_LF property

Carriage return followed by line feed character: “\x000d\x000a” or “\r\n”. Not used as such in Microsoft Word documents, but commonly used in text files for paragraph breaks.

@property
def CR_LF(self) -> str:
    ...

See Also