一行perl用正则表达式提取内容

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了一行perl用正则表达式提取内容相关的知识,希望对你有一定的参考价值。

Don't use the -l switch if you don't want a new line.
  1. curl -s http://checkip.dyndns.org | perl -nle 'print "$1" if (/Current IP Address: ([d.]*)/)'

以上是关于一行perl用正则表达式提取内容的主要内容,如果未能解决你的问题,请参考以下文章