Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9233715
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T06:37:13+00:00 2026-06-18T06:37:13+00:00

Is there any way to combine multiple search and replace statements into one for

  • 0

Is there any way to combine multiple search and replace statements into one for Notepad++.

I ask of Notepad++ to support regular expressions.

For eg: Supposed I have to change lot of values in a large code file which requires more that 20 find and replace actions. Can all these 20 actions be combined into one ?

I open to suggestions using other editors or implementations as well.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T06:37:14+00:00Added an answer on June 18, 2026 at 6:37 am

    With Notepad++, the most direct way is to record a macro or series of macros, depending how much you will be reusing the search-replace set. For a one-off task it probably makes more sense doing it manually rather than recording the whole thing as a macro.

    There is also the option of recording just one search-replace operation, then editing the macro in shortcuts.xml (more in this tread), copying the search-replace “algorithm” and editing each step. I used that for a simple string replacement with four actions, I suppose regex should work just as fine.

    This is a simple one-step regex search-replace (replace everything in quotes with blank “”) operation in my shortcuts.xml:

    <Action type="3" message="1700" wParam="0" lParam="0" sParam="" />
    <Action type="3" message="1601" wParam="0" lParam="0" sParam='[&quot;].*[&quot;]' />
    <Action type="3" message="1625" wParam="0" lParam="2" sParam="" />
    <Action type="3" message="1602" wParam="0" lParam="0" sParam='&quot;&quot;' />
    <Action type="3" message="1702" wParam="0" lParam="768" sParam="" />
    <Action type="3" message="1701" wParam="0" lParam="1609" sParam="" />
    

    Edit sParam in lines 2 and 4. Repeat as needed. I’d still suggest you record your own sample macro in case it produces something different, so you’ll be on the sure side that it works with you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way I can combine list of expressions into one? I have
I'm wondering if there is any ideomatic way to chain multiple InputStreams into one
Is there any way in c# .NET 2.0! to combine multiple Predicates? Let's say
Is there any way to combine the following and set @FH_RecordKey and @VF_dept_seq in
Is there any way to combine all of this to reduce the amount of
Is there any way in Notepad++ (or even with another tool) to change the
In Java, is there a short elegant way to combine multiple predicates (Guava Predicate)
Is there any way to combine mutliple styles in XAML to make a new
Is there any way I can set a formatter on models that will convert
Is there any way to use Google's API to retrieve a user's current zipcode

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.