Answers for "regex for double quitatios java"

0

regex double quote java

if (str.matches("\".*\"")) {
    // this string starts and end with a double quote
}
Posted by: Guest on December-19-2020

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language