Skip to main content

All Questions

Tagged with
0 votes
1 answer
91 views

regular expression help needed

I have a text of 8XX lines that look like this: id="**02_item2_02" duration="29" style="**joe" id="02_item3_01" duration="35.5" style="joseph" The text between id=" and style=" is never the same.  ...
Yuuki Aruka's user avatar
6 votes
2 answers
5k views

How to delete all text except for what's inside quotation marks?

I want to remove all text except for what's between quotation marks. How would I go about doing that? Example: Bran could hear the wind in the trees, the clatter of their hooves on the ironwood ...
Chibi's user avatar
  • 61
2 votes
2 answers
2k views

Regex: Replace Arbitrary Number of Whitespace with Same Number of Another Character

What I am trying to do is take a list that is formatted much like a table of contents & replace whitespace (single space characters, not tabs) between the left & right texts with dots, ...
AntumDeluge's user avatar
1 vote
3 answers
1k views

text editor find replace different words

Good evening I have got a question about some text editor. I am using CotEditor on Mac and I want to find and replace something special. I have an .csv data which I converted as an .txt data with ...
SporeTinte049's user avatar
0 votes
1 answer
2k views

How to Remove anything not letters or numbers from part of lines with Regular Expressions?

How do I remove anything not letters or numbers from part of lines in txt file? More explaining I have username:password or username;password. I want to edit the username only and remove anything ...
user677589's user avatar
0 votes
1 answer
2k views

How to split lines in notepad++?

I have lines that are joined together and I want to split them. Example of lines before: :user1:[email protected]:4082e6739d188208d2450d1e03696b40:OdoA>D9e9VIOnP8^}M[e*FA)3!:Frankosh:test_93@...
user677589's user avatar
0 votes
1 answer
323 views

How to remove lines containing less than 3 letters in Email Before "@"domain in notepad++

hello how do i remove lines containing less than 3 letters in email before @domain since @domains containing already more than 3 letters or 3 letters i want to skip that and search before the @domain ...
user677589's user avatar
-2 votes
1 answer
555 views

how to delete all lines containing less than 3 letters before " : " in notepad++

i want to delete all the lines containing less than 3 letters in the username before or after any other characters but i don't need anything change in the password that's why i say before " : " Full ...
user677589's user avatar
2 votes
3 answers
2k views

concatenate lines with text editor (Geany)

I have a text file with several lines that I want to join together (concatenate) in a text editor. I.e. without resorting to command line tools (especially on Windows where they might even not be ...
a1an's user avatar
  • 365
0 votes
2 answers
470 views

How do I reverse the order of log entries in this file? (Vim for preference)

I've got a set of files that contain notes written in reverse order: ###### 27/07/2016-15:04:20 GMT+1: Really? More? ###### 27/07/2016-15:04:18 GMT+1: It happened again! ###### 27/07/2016-15:04:...
Joe's user avatar
  • 3,470
25 votes
4 answers
64k views

Notepad++ split line after given number of characters

Is there a way in notepad++, to split one line text, to text with given maximum number of characters in one line? I found only undefined line split in lines operations.
Krystian's user avatar
  • 441
1 vote
3 answers
6k views

Notepad++ Find and Replace Expert Suggestion

I need help with Find and Replace in Notepad++. Example: $250 'Hello 1' Take '____' $500 'Hello 2' Take '____' $1000 'Hello 3' Take '____' Imagine there are thousands of these entries going up to ...
User162636's user avatar
7 votes
2 answers
6k views

Use Sublime Text find to highlight a regex group in search pattern

Is there a way to make Sublime Text highlight (match) only part of a regex search pattern? For example, I want to exclusively highlight Text when searching for Some(Text).
erihanse's user avatar
  • 230
1 vote
1 answer
779 views

Notepad++ find and replace string or text with new string or text

I have some code several hundred lines long and I want to find each "String" and replace it with a different "String". Example below... $BR360Button.Add_Click({BR360Button}) $BR368Button.Add_Click({...
Nex's user avatar
  • 13
0 votes
2 answers
111 views

Delete lines which have a particular word

I have a list of links like this http://mysite.com/wp-content/uploads/dogs-24x100.png http://mysite.com/wp-content/uploads/dogs-640x2648.png http://mysite.com/wp-content/uploads/dogs-72x300.png http:...
Renuka's user avatar
  • 161

15 30 50 per page