java 正则表达式-忽略大小写与多行匹配

Pattern.compile("'.*?'", Pattern.CASE_INSENSITIVE | Pattern.DOTALL);
原文地址:https://www.cnblogs.com/ghostr/p/9888664.html