Skip to content

Commit 6bdf823

Browse files
AbhiAbzsRon Petrusha
andcommitted
Removed ambiguity in matched pattern. (#2589)
* Removed ambiguity in matched pattern. The pattern for Sales*200?.xls filter string wasn't correct. * Update xml/System.IO/FileSystemWatcher.xml Additional changes were made for better readability. Co-Authored-By: Ron Petrusha <[email protected]>
1 parent 8f29fa7 commit 6bdf823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.IO/FileSystemWatcher.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@
958958
|*.txt|All files with a "txt" extension.|
959959
|*recipe.doc|All files ending in "recipe" with a "doc" extension.|
960960
|win*.xml|All files beginning with "win" with an "xml" extension.|
961-
|Sales*200?.xls|Matches the following:<br /><br /> Sales July 2001.xlsSales Aug 2002.xlsSales March 2004.xls<br /><br /> but does not match:<br /><br /> Sales Nov 1999.xls|
961+
|Sales*200?.xls|Matches the following:<br /><br />- Sales July 2001.xls <br/>- Sales Aug 2002.xls <br/>- Sales March 2004.xls<br /><br /> but does not match:<br /><br />- Sales Nov 1999.xls|
962962
|MyReport.Doc|Watches only MyReport.doc|
963963
964964
@@ -1925,4 +1925,4 @@ Public Delegate Sub RenamedEventHandler(sender As Object, e As RenamedEventArgs)
19251925
</Docs>
19261926
</Member>
19271927
</Members>
1928-
</Type>
1928+
</Type>

0 commit comments

Comments
 (0)