dired-flag-files-regexp

dired-flag-files-regexp is an interactive compiled Lisp function in `dired.el'.


(dired-flag-files-regexp REGEXP)

In Dired, flag all files containing the specified REGEXP for deletion.
The match is against the non-directory part of the filename. Use `^'
and `$' to anchor matches. Exclude subdirs by hiding them.
`.' and `..' are never flagged.