in reply to Retrieve second occurrence and everything afterwards using regex

my $parent = reverse ((reverse $a) =~ /^.+?\\OMEDST\\/g);

 

  • Comment on Re: Retrieve second occurrence and everything afterwards using regex
  • Download Code