Hello everybody, I tried to figure out by myself but can’t find it, maybe someone can help me please?
I want to copy the lines from 10k lines document in this particular order/pattern
Copy/select the content of the line every 3rd line, 3rd line, 3rd line, 4th line
then again copy 3rd line, 3rd line, 3rd line, 4th line for the whole document.
I’m using this Regex code to select every third line, but can’t figure out how this order 3 3 3 4.
.\n.\n.*\n
Could this be achieved in Sublimetext?
Thanks