in reply to Re: String Replace - Permutation, Combination?
in thread String Replace - Permutation, Combination?

Injection bug. You don't properly insert the letters into the glob pattern. I think using quotemeta on the literals will do the trick.
  • Comment on Re^2: String Replace - Permutation, Combination?