Project

General

Profile

Autorecs. How to make a regex that includes the title and summary

Added by bob winters almost 7 years ago

I would like to record the live NBA Thunder games on ESPN.

The title has this:
Live: NBA
The summary has this:
Thunder v Wizards.

I've tried this, but it doesn't work. I know it works if the words are only in the title:
^(?=.*\blive\b)(?=.*\bnba\b)(?=.*\bthunder\b).*$.*$

I've checked the full-text checkbox, but it doesn't do anything :-/


Replies (1)

RE: Autorecs. How to make a regex that includes the title and summary - Added by Gabor Kovacs over 6 years ago

I'm struggling with the same issue, no success so far

    (1-1/1)