This iterator can be used to filter another iterator via a regular expression.
Return all matches for the current entry (see preg_match_all()).
Return the first match for the current entry (see preg_match()).
Only execute match (filter) for the current entry (see preg_match()).
Replace the current entry or the current key (see preg_replace()).
Returns the split values for the current entry (see preg_split()).
Special flag: Match the entry key instead of the entry value.