pat match
Hi, I have a text string that I need to match, and I've been trying pat match() but don't have the grasp of it. The text is a filename. I need to identify all files with a certain pattern: "AB0007 25092019 0822.txt":2 capital letters. "AB" actually always.4 digits and a spaceddMMYYYY (or just 8 digits) and a space4 digits".txt" I've been trying but failed with many versions, latest:file="AB0007 25...
