http://qs321.pair.com?node_id=11136554

szpt9m has asked for the wisdom of the Perl Monks concerning the following question:

Hello All, I am using this regex in my perl script .*TEXT:.*?([a-zA-Z0-9_\x7f-\xff.\w]+)" my input is  TEXT: "C:\temp\test äbc.txt" expected out is test äbc.txt but since i have space in the filename it returns only äbc.txt. can someone please help me to resolve this?