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

https://github.com/encodeous/neutrino


https://github.com/encodeous/neutrino

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Neutrino

## Full Text Match Pattern Format

Escape Character => \

Wildcard (cannot be in a segment) => `*`

Wildcard with Length (can be in a segment) => ``

Text => `'This is a string'`

Negation (can be used on text) => `!`

Spaces, newlines etc are ignored outside of text.

Example:
```
* 'I need to find this text' <11> `but there are 11 chars in between'<5>!'and it cannot end with this.'
```