
Jeff29
Novice
Dec 17, 2010, 2:39 PM
Post #1 of 2
(989 views)
|
INPUT:- //tools/scripts/script_rev1.1.txt //tools/scripts/files_data.txt My below regeex fails when there is a "." (dot) in the PLF,how do I change it to match both the above examples?
($line =~ /\/(\w+\.txt)/)
(This post was edited by Jeff29 on Dec 17, 2010, 2:39 PM)
|