|
In Filter Addresses in the field
Keep/Remove Addresses Containing These Strings you can use special characters: ^ - Matches the beginning of line (or the beginning of field if Multi Column Support checked). $ - Matches the end of line (or the end of field if Multi Column Support checked). Examples: ^john - find all lines that start with 'john'. yahoo.com$ - find all lines that end with 'yahoo.com'. ^john@yahoo.com$ - find all lines with email 'john@yahoo.com'. |