Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

regex double quote java

if (str.matches("".*"")) {
    // this string starts and end with a double quote
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #regex #double #quote #java
ADD COMMENT
Topic
Name
2+5 =