Community
    • Login

    Help needed with Search and Replace

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    2 Posts 2 Posters 351 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Sandra TreffersS Offline
      Sandra Treffers
      last edited by

      I do not want the document number in my XML File.
      I tried search and replace but don’t know how to use it in the right way.

      What do i need to SEARCH for if i want all the <Document number=“[0-9}”> tags need to be replaced with the tag: <Document> ? Or is there an other way to delete these numbers.

      Below an example of the XML file with 2 documents

      a574b524-7d0a-4ca1-b078-b9c9f7ba4625-image.png

      astrosofistaA 1 Reply Last reply Reply Quote 1
      • astrosofistaA Offline
        astrosofista @Sandra Treffers
        last edited by

        @Sandra-Treffers, All

        You were close. One way to solve it is the following regex:

        Search: (<Document) number="[\d]+">
        Replace: $1>
        

        Put the caret at the very beginning of the document, select the Regular Expression mode and click on Replace or Replace All.

        Hope this helps.

        1 Reply Last reply Reply Quote 3

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors