Regex in java

i want to find if a string has 2 characters “+”, using matches. But i cant fint the right regular expression to do it, since + is considered as a meta character (i.e use in defining reg expr). Can anybody help me?