We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c14ff4 commit ec31325Copy full SHA for ec31325
components/finder.rst
@@ -69,6 +69,15 @@ Search in several locations by chaining calls to
69
70
$finder->files()->in(__DIR__)->in('/elsewhere');
71
72
+.. versionadded:: 2.2
73
+ Wildcard support was added in version 2.2.
74
+
75
+Use wildcard characters to search in the directories matching a pattern::
76
77
+ $finder->in('src/Symfony/*/*/Resources');
78
79
+Each pattern has to resolve to at least one directory path.
80
81
Exclude directories from matching with the
82
:method:`Symfony\\Component\\Finder\\Finder::exclude` method::
83
0 commit comments