gpt4 book ai didi

python - 如何从字符串中去除尾随数字

转载 作者:行者123 更新时间:2023-12-01 22:41:08 27 4
gpt4 key购买 nike

我有一个变量文本,其值如下所示,我需要尾随数字的 strip ,是否有 python 内置函数可以做到这一点..如果没有,请建议如何在 python 中完成

例如-text=A8980BQDFZDD1701209.3 => -A8980BQDFZDD

最佳答案

为了完成,python3中的这个语法怎么样?

from string import digits

print('123abc382'.rstrip(digits))

关于python - 如何从字符串中去除尾随数字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13215104/

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