PowerShell - Control Flow
Given the list
@('file1.txt','file2.doc','file3.txt'), which PowerShell ForEach loop correctly outputs only the filenames ending with '.txt'?