gpt4 book ai didi

julia - 在 Julia 0.4 中弃用 isblank ("string")

转载 作者:行者123 更新时间:2023-12-04 02:16:51 24 4
gpt4 key购买 nike

我在 Julia 中进行文本解析,需要测试某些字符串是否为空(以便解析为 float )。我一直在 <0.4 Julia 中使用 isblank() bool 值,但升级到 0.4 后,我收到以下警告:

julia> isblank(q)
WARNING: isblank(s::AbstractString) is deprecated, use all((c->begin
c == ' ' || c == '\t'
end),s) instead.
in depwarn at deprecated.jl:73
in isblank at deprecated.jl:50
while loading no file, in expression starting on line 0
true

什么替换了 isblank()?以上真的是替代品吗?我的谷歌搜索没有发现任何有用的东西。

最佳答案

是的,那就是替换。

基本上在#5939和相关问题,据透露,鉴于 Unicode 的复杂性,回答 isblank 比最初看起来要困难得多。弃用发生在 #8233 .

关于julia - 在 Julia 0.4 中弃用 isblank ("string"),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33312267/

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