in reply to Re: Finding / Replacing repetetive characters from a string in a Regular expression.
in thread Finding / Replacing repetetive characters from a string in a Regular expression.

Sorry, that doesn't work. The solution that really works is above: grep {length > 1} $aKnosID =~ /(([a-z])\2+)/g;
  • Comment on Re^2: Finding / Replacing repetetive characters from a string in a Regular expression.
  • Download Code