Filename extraction with regex -


i need able extract filename (info.txt) line like:

07/01/2010  07:25p                 953 info.txt 

i've tried using this: /d+\s+\d+\s+\d+\s+(?.?)/, doesn't seem work ...

\d\d:\d\d\w\s+\d+\s+(.*?)$ 

$1 file name

the problem original regex forgets special characters :, /, , (?.?) means nothing...


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

email - PHP Mail Error "The Page at X Says: E-Mail can not be sent!" -

Optimized Line drawing in QT -