如何使用正则表达式从字符串列表中提取IP地址?

时间:2016-02-17 21:36:16

标签: node.js elasticsearch

我目前正在使用MongoDB和Elasticsearch(通过River)。数据库条目(由Elasticsearch完全索引为字符串)如下所示:

{name: "My Name", source: "Google", values: ['value1', 'bla bla', 'This is an IP Address 127.0.0.1', 'another ip 192.168.0.1', 'this is a domain www.google.de', 'another nice domain http://stackoverflow.com']}

现在我想在NodeJS中编写一个正则表达式查询,以获取每个条目中的所有IP地址/域名。最好的方法是什么?

0 个答案:

没有答案