How to match a regex pattern with a string by providing it a starting line no. and ending line no. w
Posted
by Sriram
on Stack Overflow
See other posts from Stack Overflow
or by Sriram
Published on 2010-03-08T11:29:43Z
Indexed on
2010/03/09
0:21 UTC
Read the original article
Hit count: 622
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.
© Stack Overflow or respective owner