$_ = "yabba dabba doo";
if (/y(.)(.)\2\1/) { # matches 'abba'
print "It matched the same after y and d!\n";
}
这是 Learning Perl 5th 中的例子
2009/4/9 Mr Liu <submox@gmail.com>
能否给个更详细点的说明,或者有相应介绍的链接也好perldoc perlre 内容太多了。。。
--
温和地坚持,并且微笑
--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛
-~----------~----~----~----~------~----~------~--~---
没有评论:
发表评论