java regex double quote code example
Example: regex double quote java
if (str.matches("\".*\"")) {
// this string starts and end with a double quote
}
if (str.matches("\".*\"")) {
// this string starts and end with a double quote
}