【问题标题】:Does dolphindb support regular expression like the re in python?dolphindb 是否支持像 python 中的 re 那样的正则表达式?
【发布时间】:2021-10-12 06:01:10
【问题描述】:

想问一下,有没有dolphindb函数,可以替换字符串中的数字等函数

【问题讨论】:

标签: python dolphindb


【解决方案1】:

DolphinDB 中的字符串使用 UTF-8 字符编码。以下函数支持使用正则表达式:regexFind、regexReplace、regexCount。

更多详情请参考用户手册:https://www.dolphindb.com/help/DataManipulation/StringObjects/index.html

【讨论】:

    猜你喜欢
    • 2011-04-29
    • 2020-06-14
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多