This document “Regular Expressions in Python” located at http://xahlee.org/perl-python/python_re-write/lib/module-re.html, is written by Xah Lee in 2005-04, and is based on Python 2.4's Official Documentation of its RE module, at http://python.org/doc/2.4/lib/module-re.html (accessed on 2005-04).
It is not clear the precise licensing terms of the original work. However, as far as i'm concerned (Xah Lee), my work can be used under the license at http://creativecommons.org/licenses/by/2.5/
For the attribution, please use the following (or paraphrase to fit):
The “Regular Expression in Python” document is written by Xah Lee, (http://xahlee.org/perl-python/python_re-write/lib/module-re.html), 2005-2006. Used with permission under the license http://creativecommons.org/licenses/by/2.5/
For website masters, the following raw HTML can be copied and pasted.
<p>The “Regular Expression in Python” document is written by Xah Lee, (<a href="http://xahlee.org/perl-python/python_re-write/lib/module-re.html">http://xahlee.org/perl-python/python_re-write/lib/module-re.html</a>), 2005-2006. Used with permission under the license <a href="http://creativecommons.org/licenses/by/2.5/">http://creativecommons.org/licenses/by/2.5/</a> </p>
Page created: 2006-09
