View Single Post
  #1   Report Post  
Janis Anna
 
Posts: n/a
Default Find and Replace: delete a line & find a number 10

TWO THINGS

#1 - I have a list that looks like the list below....

able: 1
about: 18
above: 1
accompany: 1
across: 3
actually: 2
adoring: 1

I want Find and Replace to automatically delete each line that equals ":
1"... (i.e.: delete the lines "able: 1" and "above: 1" and "adoring: 1") the
whole line... I cannot seem to get past this - (a): 1


#2 - I want Find any number over 20 (i.e.: 20) Or a range of numbers (i.e.:
20 & 40)


Can anyone help?