gpt4 book ai didi

python - 是否有 Python 模块来解析原始字符串中的换行符符号?

转载 作者:太空狗 更新时间:2023-10-29 20:44:14 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Process escape sequences in a string in Python

如果我得到这个字符串,例如从网络表单中:

'\n test'

'\n' 符号不会被解释为换行符。我如何解析此字符串以使其成为换行符?

当然我可以使用replacesplitre等手动操作。

但也许有一个模块,因为我不想被迫手动处理所有 \something 符号。

我试图将它转换为字节,然后使用 str 作为构造函数,但这不起作用:

>>> str(io.BytesIO(ur'\n'.encode('utf-8')).read())
'\\n'

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com