anchor selector - multiple values

anchor selector - multiple values

Hi,
 
I would like to specify multiple values to check href attribute for anchor.
 
The following works for one value, how can i specify multiple values.for eg..'ABC','XYZ' etc..for href attribute.
$("a[href$='ABC']").each(function()
{
//SOME STATEMENTS
}


 
 
Thanks,    
Prasad