You can use as many Regular Expression Filters as you like - they will each apply in the order you put them in.
Match Value: You can choose to match on the Name, Description, Email Recipients, Maven configuration, or SCM configuration of the job. Matching by SCM
is extremely useful if you have hundreds of jobs that need to be "auto organized", and are already
organized under source control. Matching by Email is useful for organizing by "who cares about this job."
Match Type: Choose whether this filter will add additional jobs, or remove jobs.
For example, combine two Regular Expression Filters in this way:
One with a Regular Expression of ".*_Nightly" for a Match Value of "Job name", and a Match Type of "Include Matched",
And another with a Regular Expression of ".*site:deploy.*" for a Match Value of "Maven configuration", and a Match Type of "Exclude Unmatched".
This combination creates a view that shows all nightly jobs that also deploy a Maven site.