def nonewlines()

in backend/text.py [0:0]


def nonewlines(s: str) -> str:
    return s.replace('\n', ' ').replace('\r', ' ')