How to match a regex pattern with a string by providing it a starting line no. and ending line no. w
- by Sriram
I am writing a small windows script in javascript/jscript for finding a match for a regexp with a string that i got by manipulating a file.
I know the line number for starting and ending of the search. But I am stuck at this position for a while.