http://qs321.pair.com?node_id=1219319


in reply to How to search an substring and eliminate before and after the substring

Try
my @match = $string =~ m/eid[ -]+(\d+)/;

-QM
--
Quantum Mechanics: The dreams stuff is made of

  • Comment on Re: How to search an substring and eliminate before and after the substring
  • Download Code