gpt4 book ai didi

kdb - 从kdb中的字符串中提取数字

转载 作者:行者123 更新时间:2023-12-05 00:50:13 24 4
gpt4 key购买 nike

我对 kdb+q 很陌生。我遇到了从字符串中提取数字的问题。

有什么建议吗?

例子:

"AZXER_1234_MARKET" should output 1234 //Assume that there is only one number in the 

字符串

最佳答案

提取数字然后转换为所需的类型。

q){"I"$x inter .Q.n} "AZXER_1234_MARKET"
1234i

q){"I"$x inter .Q.n} "AZXER_123411_MARKET"
123411i
q){"I"$x inter .Q.n} "AZXER_1234_56_MARKET"
123456i
q){"I"$x inter .Q.n} "AR_34_56_MAT"
3456i

关于kdb - 从kdb中的字符串中提取数字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24266338/

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