项目作者: gitudaniel

项目描述 :
An introduction and some examples on using regular expressions
高级语言: Python
项目地址: git://github.com/gitudaniel/regular-expressions.git
创建时间: 2017-03-21T04:00:39Z
项目社区:https://github.com/gitudaniel/regular-expressions

开源协议:

下载


Regular Expressions

An introduction and some examples on using regular expressions

This repository is meant for those who are curious but do not want to delve too deep into regular expressions.
If you want to go straight to the source I’ll direct you to Doug Hellman’s blog (https://pymotw.com/2/re/).
He goes into much more detail and that is the source of my content.