标签: javascript regex
const url = "./index.js mongodb://localhost:27017/docs find betty";
docs是我的数据库名称
docs
const db_name = ? const url = ?
如何在一个变量中使用regex分隔数据库名称,在另一个变量中使用url分隔数据库名称?
我们非常感谢您的帮助。
答案 0 :(得分:1)
使用组匹配来定义要捕获的字符:
Uninstall