
iphone
User
Feb 3, 2011, 1:42 AM
Post #1 of 2
(1314 views)
|
Why is the below regex failing for the below input ? \amss\products\76xx\wconnect\bthost\brew\statext\src\aeebtextag.c-36572;M76XXDFDCENJAD3555474RPLF.flf;//source/wconnect/bthost/brew/statext/rel/00.00.26/src/AEEBTExtAG.c - LABEL : 1 OUTPUT:-AEEBTExtAG.c(just the file name)
(my $file_name) = $line =~ /;\/[^\/](.*)\s-\s/;
|