Page MenuHomePhabricator

Split skip contains/does not contain
Closed, ResolvedPublic

Description

Is it possible that we split the skip if contains/does not contain?
so that regex, case sensitive, check after are independent for each of these two?

I.e.

[ ] Search if contains [ ] : [ ] Regex [ ] CS [ ] check after
[ ] Search if not contains [ ] : [ ] Regex [ ] CS [ ] check after

Event Timeline

Magioladitis raised the priority of this task from to Needs Triage.
Magioladitis updated the task description. (Show Details)
Magioladitis added a project: AutoWikiBrowser.

That would be helpful. To make room for the extra line, could you change

  • Only whitespace has changed
  • Only casing is changed

to

  • Only whitespace [ ] Only casing