regex double citation java

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