How are you ...
i have a milling list, I need to remove some emails depending the ends .
some adresses are like :
username@domainname.codssjsa
username@domainname.co.kjhd
username@domainname.1d.kj02
in this case i need to remove this lines.
but i don't know if the numbers are allowed or not i the end of the domain name.
i am using REMOVE MATCHING LINES with textEnd
i need to remove the line if the end is more then 3 letters ..
for example : if the end is ".com" it will not remove the line because the end is 3 letters or less.
but if the end is ".comd", it will not remove the line (more then 3 letters)
i try
Code: Select all
['.', [4 to 20 letter]]
but ut is not working
i try also ..
Code: Select all
mustEndWith("." + 4 to 20 letter )]
i am using the easy pattern code way
if you can help me on other way no problem ..
many thanks for your help[/size]