Regex Double Quote Java

if (str.matches("\".*\"")) {
    // this string starts and end with a double quote
}
Alas