gpt4 book ai didi

Ruby,删除字符串的空值

转载 作者:数据小太阳 更新时间:2023-10-29 07:01:34 25 4
gpt4 key购买 nike

示例:

String test="hi\000\000\000"

问题:有些方法要求字符串不能为空值,如何删除字符串的所有空值?

.split("\000",1) gives me an error: 'force_encoding' method doesn't exist
.gsub('\000','') does nothing

最佳答案

更简单:

test.delete("\000")

关于Ruby,删除字符串的空值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7525652/

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