# Regex

{% hint style="warning" %}
**This documentation site is deprecated. Please visit the control panel at** [**https://monitorss.xyz** ](https://monitorss.xyz)**for all up-to-date functionality**
{% endhint %}

\
Regex filters can be defined with the "rfilters" key via manual editing. Remember to escape backslashes by using double backslashes.

{% hint style="warning" %}
If regex filters are defined, regular filters will be ignored
{% endhint %}

## Format

{% code title="Feed" %}

```javascript
{
    "rfilters": {
        "title": "\\d+",
        "description": "apples"
    }
}
```

{% endcode %}
