Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 Before February 2015

Fdoou
Banned

Delete every Nth line

it would be very very useful for my shared account list because I am making lists which don't have account information.

#2 Before February 2015

Tako
Member
From: Memphis, Tennessee, USA
Joined: 2015-08-10
Posts: 6,663
Website

Re: Delete every Nth line

What?

What is this "list" you speak of? A text file?


Yeah, well, you know that's just like, uh, your opinion, man.

Offline

#3 Before February 2015

Fdoou
Banned

Re: Delete every Nth line

Yes, it is.

#4 Before February 2015

Tako
Member
From: Memphis, Tennessee, USA
Joined: 2015-08-10
Posts: 6,663
Website

Re: Delete every Nth line

There are a few ways to do that, but I thought RegEx would be easiest.

1: Go here.
2: In the "Expression" box, paste the following:

(([^\n]*\n){a})[^\n]*\n

3: Replace 'a' with the line interval minus one.   If you want to delete every 10th line, replace 'a' with 9.
4: Paste your list in the "Text" box.
5: In the "Substitution" box, type $1.   Your results should appear below.


Yeah, well, you know that's just like, uh, your opinion, man.

Offline

Fdoou 1423683167278265

Board footer

Powered by FluxBB

[ Started around 1738899596.6006 - Generated in 0.068 seconds, 12 queries executed - Memory usage: 1.36 MiB (Peak: 1.45 MiB) ]