in reply to Retrieve second occurrence and everything afterwards using regex

accoring to the camel book, $' and $` has performance penalties. Why not simply (not tested):
m|$website.*/($website.*)$|
  • Comment on Re: Retrieve second occurrence and everything afterwards using regex
  • Download Code