Community
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • balancedcircularB

      Find/replace

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      7
      0 Votes
      7 Posts
      93 Views
      CoisesC
      @balancedcircular said: Hello. I have a file in which are certain elements with their names. As I want to change names, need the most efficient way to do it. It looks like this: Name=“109 B29/Web 3” There is about 1000 of these names, but I would like to select all cases under quotation marks that come after Name=, delete first 4 places, and instead of Web 3 put W3. So, Name=“109 B29/Web 3” should look like Name=“B29/W3”. Is it possible? Try this: First, make a backup copy of your file in case something goes wrong and you don’t notice it right away. Open the file in Notepad++. Select from the main menu Search | Replace. Fill in the dialog this way: Find what: Name="\d\d\d (.*/W)eb\h Replace with: Name="$1 Match case not checked Wrap around checked Search Mode: Regular expression . matches newline not checked then click Replace All. Examine carefully and see if that did what you wanted. If it didn’t, make a note of what went wrong, close the file without saving, and tell us what wasn’t right.
    • donhoD

      Notepad++ release 8.9.5

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      4
      1 Votes
      4 Posts
      1k Views
      Long PhamL
      @donho said: Notepad++ v8.9.5 regression fixes, bug-fixes & new improvements: Fix updating issue where using v8.9.4 32-bits installer creates duplicate “Uninstall a program” entries. (Fix #17979 ) looks like this regression is fixed for 32bit on x64 OS but i see issue on x86 OS. the registry doesn’t get updated and stays on previous version