Regex Reverse String Match
Regex Reverse String Match
What regular expression to return every string except this expression: /([^/]+)/([^/]+)/(\d+[-/]\d+)
Re: Regex Reverse String Match
In Everything, use the NOT operator before the regex: modifier:
!regex:/([^/]+)/([^/]+)/(\d+[-/]\d+)
Please make sure regex is disabled from the Search menu.
!regex:/([^/]+)/([^/]+)/(\d+[-/]\d+)
Please make sure regex is disabled from the Search menu.