in reply to Removing first part of string with regex

=) this should be as simple as $string =~ s/^\w+?\.//; Best regards, --les
  • Comment on Re: Removing first part of string with regex