python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Extract each occurrence of a string into a separate line to build a list of URLs
I would like to extract all occurrences of a URL string pattern (which can appear multiple times in a file) to build a list of all occurrences.
Currently I can identify each occurrence with the Find i...
munster
Votes: 0
Answers: 1
How to bookmark lines from/to
For an example i got in Emeditor/notepad++ like 15mln lines
Its possible to bookmark lines for an example from 1 line to 1503232?
or from 3500000 to 5200005?
if yes please tell me how to do it :)
Mrt11234
Votes: 0
Answers: 1
Delete All number or letters
I got lines like this.
Matt:karolina1
Datt:hdahdahgda
Patt:leonleon1
Ratt:153513513
I would like delete everything if after ":" are only numbers or letters
So after this good results sho...
Mrt11234
Votes: 0
Answers: 1
Does EmEditor support conditionals and loops in a macro?
I am trying to create a macro that examines each line in a file and then performs different actions depending on some condition, for example:
if condition A is true then ... else if condition B is tru...
Bumpyride
Votes: 0
Answers: 0