Skip to main content

All Questions

Tagged with
0 votes
0 answers
23 views

windows-equivalent of mac's "insert pattern" functionality for {find,search}ing/replacing text

surprised no one has asked this question yet. is there any way to get the "insert pattern" functionality that is available on pretty much all mac apps with search and replace (except, ...
gagan's user avatar
  • 1
1 vote
3 answers
9k views

how to remove all zero width space from the text?

I know how to use regular expressions to do the mass search and replace task in editing program But I don't have or can't find the entire list of zero width space unicode. I quick searched the google ...
towner's user avatar
  • 11
1 vote
1 answer
5k views

Notepad++ Find lines that contain multiple strings in any combination?

For example, in the following list, I want to find all lines that contain onkey AND tur AND .pdf, in any combination (stings in any order, repetitions allowed, but each must be present at least once ...
user3026965's user avatar
1 vote
1 answer
157 views

How to remove duplicates usernames before a splitter in lines?

I want to remove duplicated usernames in lines before the splitter : and keep only the first line of these usernames. Lines Example: zzzz:000000zl zzzz:000000zl! zzzz:000000zl1 zzzz:000000zl123 zzzz:...
user677589's user avatar
0 votes
1 answer
818 views

Notepad++ how to extract only 1, 2, 3, 4 or 5 character capital lettered Words only in a document?

Here's my input and the desired output. What's the best way to achieve this? Input: Agilent Technologies Inc A NEW YORK STOCK EXCHANGE, INC. Wide Medium 1.47 Exemplary ABB Ltd ADR ABB NEW YORK ...
user285645's user avatar
1 vote
1 answer
1k views

Notepad++ How to copy the last x characters of every line to the end of the same line?

Example- This: Example/Images/1234567 Needs to become this: Example/Images/12345671234567 1234567 is a random string of 7 alphanumeric characters on each line.
PJS1987's user avatar
  • 287
1 vote
2 answers
808 views

Notepad Regex Formatting

Lets say i have 100000 words in a list ( Example ) Apple Orange Grape Bannana .... etc and i need them in this format <command name="FindRep" enabled="True"> <find xml:...
cash out's user avatar
0 votes
1 answer
169 views

Hello, how can I remove all marks, and receive only emails - with emdeitor

how can I remove all marks, and receive only emails - with emdeitor exmple exmple : '[email protected]'); '[email protected]'); '[email protected]'); I need result like this justin@...
1506's user avatar
  • 1
0 votes
2 answers
3k views

How to find-and-replace text with regular expression

I have multiple lines like this(with multiple random numbers): value:"200 text.text.text.text value:"235437 text.text.11.text value:"12835 text.text.17.text value:"347783 text.text....
Franklin's user avatar
0 votes
1 answer
3k views

ASK How to extract email regex using Emeditor? get email specific

example : hello this my email [email protected] contact me yes this my email [email protected]:contactmenow user:3:[email protected]:contactme hello this is my email andre,[email protected], ...
Benjamin's user avatar
0 votes
1 answer
1k views

ask how to delete all right text after containing Colon (:) in EMEDITOR?

I want delete all right text after character Colon (:) example : [email protected]:pass [email protected]:psword [email protected]:pasword123 [email protected]:@*!@$Haslkf delete after character Colon (:) ...
Benjamin's user avatar
0 votes
2 answers
1k views

How to remove lines that don't contain at least one uppercase letter, lowercase letter, number and special symbol in Notepad++

After looking across the internet for about an hour, I decided to register an account and ask a question :) I'd like to remove all lines that don't contain at least one uppercase letter, lowercase ...
shababpp's user avatar
1 vote
1 answer
900 views

Notepad++ Find replace code blocks

So, in my document, I have many code blocks like the one below ```javascript class App extendsReact.Component{ state ={ isLoading:true, users:[], error:null } render(){ <React.Fragment&...
copenndthagen's user avatar
0 votes
2 answers
1k views

How do I concatenate a line to the end of the next line using Find and Replace?

I have a file of the format: Chapter 1 12:45 First Video 39:21 Second Video The video lengths are preceded by tab characters. I want to convert this into: Chapter 1 First Video 12:45 ...
Karthick S's user avatar
0 votes
3 answers
3k views

Replacing last 6 digits from a number with 6 random digits

I am looking to replace the last 6 digits from a number with 6 random numbers. How do I do that in Notepad++ or TextCrawler Pro? I have a bunch of text files and I want to make the software scan for ...
smenaru's user avatar
  • 19

15 30 50 per page