DataLoaders from_path_re (regex-based file filtering)

The ImageDataLoaders class has a convenient method to filter files using regex called “from_path_re”. I am unable to find out if DataBlock’s get_items parameter supports filtering, or if DataBlock.dataloaders has an equivalent method.

If you know of a blog with an example or best practice using regex-based file filtering with DataBlock[.dataloaders] please share.