Java正则忽略大小写时间:2021-05-01 00:45:521. 忽略大小写 (?i) ^[(?i)(select|SELECT)].*?(?=from) 2. 匹配第一次出现的字符 .*?(?=from) ^[(?i)(select|SELECT)].*?(?=from)