且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

替换cypher中的正则表达式

更新时间:2023-02-21 14:19:27

有一个替换函数,但是它不能代替正则表达式,而只是简单的字符串. 也许可以完成对replaceRegex的功能请求?

There is a replace function in cypher, but it does not replace regexps, just simple strings. Maybe a feature request for replaceRegex could be done?

一种变通方法是在返回名称后以编程方式执行此操作(如果使用其他应用程序中的呼叫密码查询).

An workaround would be to do this programatically, after you return the names (if you use call cypher queries from another application).