# surlex **Repository Path**: mirrors_chrisdickinson/surlex ## Basic Information - **Project Name**: surlex - **Description**: Surlex (Simple URL expression translator) - Language for URL matching and extraction - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Surlex (Simple URL Expression) is a language for matching and extracting text, similar to regex (regular expression). It works by generating a regular expression from a more concise syntax that is designed to produce easy-to-read url patterns. Documentation is available as RestructuredText in the "docs" directory. HTML documentation is at: http://codysoyland.com/projects/surlex/documentation/ A tutorial also exists at: http://codysoyland.com/blog/2009/sep/6/introduction-surlex/ Installation: Download and extract the tarball and run "python setup.py install" or.. install with PyPI/pip by running "pip install surlex"