Notepad++ find and replace within a constant string
You can do it following these steps:
- open find and replace dialog (CTRL+H)
- make sure “regular expression” box is checked
- find what:
\textbf{(*)} - replace to:
$1
You can test is here
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Draft saved
Draft discarded
Sign up or log in
Sign up using GoogleSign up using FacebookSign up using Email and Password
Post as a guest
Required, but never shown
Post as a guest
Required, but never shown
By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy