https://github.com/facelessuser/sublime-backrefs
Sublime Text dependecy: Regular expression wrapper that adds new backrefs
https://github.com/facelessuser/sublime-backrefs
Last synced: 4 months ago
JSON representation
Sublime Text dependecy: Regular expression wrapper that adds new backrefs
- Host: GitHub
- URL: https://github.com/facelessuser/sublime-backrefs
- Owner: facelessuser
- License: mit
- Created: 2015-11-15T00:56:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T12:45:12.000Z (almost 3 years ago)
- Last Synced: 2025-04-20T17:43:37.730Z (about 1 year ago)
- Language: Python
- Size: 1.78 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Backrefs
Current Version: 5.5.1
Wraps the Python `re` or `regex` module to provide additional back references. `regex` support only available if `sublime-regex` dependency is installed as well.
## Overview
Backrefs was written to add various additional back references that are known to some regex engines, but not to Python's re or regex. The back references that are added differ depending on the regular expression engine being used as some back references may already be supported.
To learn more about what backrefs can do, read the [official documentation](http://facelessuser.github.io/backrefs/).