in reply to Re: printing LAST_MATCH_START/@- LAST_MATCH_END/@+ array where regex match begin/end
in thread printing LAST_MATCH_START/@- LAST_MATCH_END/@+ array where regex match begin/end
print $+[0], " ",$+[1], " ", $+[2], "\n" ;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: printing LAST_MATCH_START/@- LAST_MATCH_END/@+ array where regex match begin/end
by tybalt89 (Monsignor) on Dec 29, 2021 at 22:07 UTC |