Regex

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

Format

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

Last updated

Was this helpful?