in reply to Re^2: Match problem
in thread Regex problem
I noticed the following probs
1.Whenever there is an underscore "_" in the input the regex is failing
2.Also after taking care of first step,meaning removing underscores and them removing the line after "branch from" ,i.e.,... ... branch into //perl/tools/files/data/HFAT_01_01/src/VU_CORE_STORAGE_HFAT.01.01.37.txt#1",the regex matches.
Can the monks provide input on how to change the regex to match the above two scenarios?Is there a way I can just get the "branch from" line and perform my regex on that line?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Match problem
by oko1 (Deacon) on Dec 22, 2010 at 02:49 UTC |