2015年7月23日

PERL 正则表达式简介

摘要: 来源:脚本之家网址:http://www.jb51.net/article/17429.htm一、简介 二、匹配操作符 三、模式中的特殊字符 1、字符+ 2、字符 []和[^] 3、字符 *和? 4、转义字符 5、匹配任意字母或数字 6、锚模式 7、模式中的变量替换 8、字符范围转义前缀 9、匹配任... 阅读全文

posted @ 2015-07-23 15:22 Paulcnblogs 阅读(294) 评论(0) 推荐(0) 编辑

比较perl+python

摘要: 作者:iTech出处:http://itech.cnblogs.com/http://hyperpolyglot.org/scriptingperl(1987)python(1991)基础模块导入usestrict;importos, re, sys版本查看$ perl-v$ python -V执行... 阅读全文

posted @ 2015-07-23 12:22 Paulcnblogs 阅读(407) 评论(0) 推荐(0) 编辑

导航