This is also possible with Notepad++:
- Go to the search menu, Ctrl + F, and open the Mark tab.
- Check Bookmark line (if there is no Mark tab update to the current version).
- Enter your search term and click Mark All
- All lines containing the search term are bookmarked.
- Now go to the menu Search → Bookmark → Remove Bookmarked lines
- Done.
Related Posts:
- How to compare two files in Notepad++ v6.6.8
- How to view Plugin Manager in Notepad++
- Removing duplicate rows in Notepad++
- TextFX menu is missing in Notepad++
- How to install a Notepad++ plugin offline?
- How To Auto-Format / Indent XML/HTML in Notepad++
- How do I stop Notepad++ from showing autocomplete for all words in the file
- Notepad++ add to every line
- Notepad++ wildcard
- vim and notepad++
- is there an autosave function/plugin for notepad++?
- How is the AND/OR operator represented as in Regular Expressions?
- OR condition in Regex
- Using or ‘|’ in regex [duplicate]
- How to change background color in the Notepad++ text editor?
- How to view Plugin Manager in Notepad++
- What is a Context Free Grammar?
- python .replace() regex [duplicate]
- Use Notepad++ as HEX-Editor
- Regex not operator
- Use Notepad++ as HEX-Editor
- Use Notepad++ as HEX-Editor
- What does \’.- mean in a Regular Expression
- Regex not operator
- What do ++ and *+ mean?
- How can I exclude one word with grep?
- Javascript split regex question
- How can I validate an email address using a regular expression?
- Regular expression to match a line that doesn’t contain a word
- Matching a space in regex
- Regex not operator
- How to Execute a Python Script in Notepad++?
- How to accept space in regex?
- Difference between \b and \B in regex
- How to match “any character” in regular expression?
- regex match any whitespace
- Regex: ignore case sensitivity
- What does the regex \S mean in JavaScript?
- whitespace in regular expression
- How can I validate an email address using a regular expression?
- How do I use a regex in a shell script?
- Regex: ignore case sensitivity
- Python regex AttributeError: ‘NoneType’ object has no attribute ‘group’
- Regular Expression for alphanumeric and underscores
- What is the difference between the regular expressions [^\d\s] and [\D\S]
- How to reformat JSON in Notepad++?
- Regex: AttributeError: ‘NoneType’ object has no attribute ‘groups’
- Regular Expression for alphanumeric and underscores
- re.sub erroring with “Expected string or bytes-like object”
- grep –ignore-case –only
- Regex AND operator
- python re.split() to split by spaces, commas, and periods, but not in cases like 1,000 or 1.50
- python re.split() to split by spaces, commas, and periods, but not in cases like 1,000 or 1.50
- Regex to test if string begins with http:// or https://
- Regular expression negative lookahead
- Regex how to match an optional character
- Regex lookahead, lookbehind and atomic groups
- Regular Expression to match string starting with a specific word
- Regular Expressions: Is there an AND operator?
- Writing a very simple lexical analyser in C++
- Regular expression to match standard 10 digit phone number
- Regular Expression.how to add optional character at end of regex
- Regular Expression with wildcards to match any character
- What is a non-capturing group in regular expressions?
- Convert tabs to spaces in Notepad++
- How to find all occurrences of a substring?
- What is a good regular expression to match a URL? [duplicate]
- What is a good regular expression to match a URL? [duplicate]
- Does “\d” in regex mean a digit?
- Understanding regex in Java: split(“\t”) vs split(“\\t”) – when do they both work, and when should they be used
- Is there a difference between /\s/g and /\s+/g?
- Split string on whitespace in Python
- How to validate an email address in PHP
- What is a non-capturing group in regular expressions?
- RegEx Ignore Case
- JavaScript replace/regex
- Regular expression to match standard 10 digit phone number
- How to use Regular Expressions (Regex) in Microsoft Excel both in-cell and loops
- Python string.replace regular expression
- Regex for numbers only
- How to match “any character” in regular expression?
- how to replace quotation marks with \”
- Remove all special characters, punctuation and spaces from string
- This can be done without regex:
- How to use Regular Expressions (Regex) in Microsoft Excel both in-cell and loops
- Python string.replace regular expression
- Symbol for any number of any characters in regex?
- Grep and Python
- Regex – Does not contain certain Characters
- How to replace ” \ ” with ” \\ ” in java
- A regular expression to exclude a word/string
- Regex how to match an optional character
- How to validate an email address in JavaScript
- Remove properties from objects (JavaScript)
- Using Bash regex match (=~) where regex includes quotes (” characters)
- How do I format XML in Notepad++?
- Searching for UUIDs in text with regex
- Regular expression to match a word or its prefix
- What does regular expression \\s*,\\s* do?
- How can I remove punctuation from input text in Java?