An open API service indexing awesome lists of open source software.

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

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/).