标签: java
我必须使用正则表达式模式验证java程序中用户(作为String)给出的SQL查询语法。例如用户输入
SQL
Select name,address,detail from Student where detail='I m a Student'
此查询的正则表达式模式是什么?