📜  正则表达式双引号java代码示例

📅  最后修改于: 2022-03-11 14:52:28.593000             🧑  作者: Mango

代码示例1
if (str.matches("\".*\"")) {
    // this string starts and end with a double quote
}