contains: But I want exact, how?

contains: But I want exact, how?

I'm using 

   $("span:contains('Some Value')")

But i want to find only those spans that have the exact phrase, not a span that has "Some Value and other Stuff".

Is there an easy way?  Thanks in advance,

Sam