Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by LeukvoorJ

  1. LeukvoorJ

    advanced (?) search and replace in perl

    Just text in the string. I'll check it out later, I've got other thing to do at this moment. But thanks for your help.
  2. LeukvoorJ

    advanced (?) search and replace in perl

    Your simpler one worked! Thanks! The more complex one didn't but it doesn't matter, I'm very happy it works. Thanks! J
  3. LeukvoorJ

    advanced (?) search and replace in perl

    Ah thanks. I don't specifically need the case insensitivity. I'll try it with and without.
  4. LeukvoorJ

    advanced (?) search and replace in perl

    I copy pasted it in windows cmd.exe but I don't see anything...?
  5. LeukvoorJ

    advanced (?) search and replace in perl

    I would like to find all the double letters in a string and replace them with the same letter + another character. I tried: $string =~ s/.{2}/.2/gi; But that doesn't work. I want to f.e. 'll' to become 'l2'. Can that be easily done? Thanks in advance, J

Part and Inventory Search

Back
Top