正则表达式学习

作者:金良([email protected]) csdn博客:http://blog.csdn.net/u012176591

正则表达式学习_第1张图片



正则表达式学习_第2张图片

  • ASCII码查询
    http://www.rapidtables.com/code/text/ascii-table.htm 
  • 正则表达式系统教程
    http://download.csdn.net/detail/u012176591/8462169 
  • Python正则表达式
    http://www.w3cschool.cc/python/python-reg-expressions.html
  • Regular Expression HOWTO
    https://docs.python.org/2/howto/regex.html
  • Python正则表达式指南,末尾有几个链接
    http://blog.jobbole.com/75188/
  • regexlab
    http://www.regexlab.com/zh/regref.htm 
  • Python re模块
    https://docs.python.org/2/library/re.html

你可能感兴趣的:(正则表达式,expression,regular)