Menu

Wildcard text replacing?

2007-07-20
2012-11-13
  • Nobody/Anonymous

    For example, I have this:

    'some text here.'
    'different text here.'
    'again a different text here.'
    etc

    I want to replace it with:
    "some text here."
    "different text here."
    "again a different text here."

    but not manually.
    Can you tell me if that's possible?
    My mail is drgigguls<at>gmail<dot>com, but I'll also watch this forum.

    Thanks!

     
    • Greg Bullock

      Greg Bullock - 2007-07-22

      <Ctrl-H>
      Enter ' for Find what
      Enter " for Replace with
      Make sure "Regular expression" is not checked.
      Make sure "Match whole word only" is not checked.
      Click the button of your choice: Find Next, Replace, Replace All, etc.

      Regards.
      Greg