News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Output parsing regexps don't get filenames with embedded &qu

Started by stevehartwell, April 05, 2005, 04:35:22 AM

Previous topic - Next topic

stevehartwell

The regular expressions used to do output parsing don't match filenames with embedded hyphens correctly.  When I test a string using the very handy test feature, the string "my-file.cpp" results in "file.cpp" in the filename part.

I changed the most of the expressions to use [^:]+ in the filename part, and that seems to work.

mandrav

Quote from: stevehartwellI changed the most of the expressions to use [^:]+ in the filename part, and that seems to work.
That's the reason it's there: to edit it to your heart's contents ;)
Although, if an absolute filename is used under win32, you will get only the drive-letter with this regex...

Yiannis.
Be patient!
This bug will be fixed soon...