You are here

protected property RegexDirectoryIterator::$regex in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Component/FileSystem/RegexDirectoryIterator.php \Drupal\Component\FileSystem\RegexDirectoryIterator::regex

The regular expression to match.

Type: string

File

core/lib/Drupal/Component/FileSystem/RegexDirectoryIterator.php, line 15

Class

RegexDirectoryIterator
Iterates over files whose names match a regular expression in a directory.

Namespace

Drupal\Component\FileSystem

Code

protected $regex;