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