我需要通过 java 代码在 DB 中创建一个表。我正在通过表单从用户那里获取名称。请你能告诉我阻止用户输入有效表名的正则表达式吗?
For Example in DB if we create a table with (" ")space it will not allow.
我需要通过 java 代码在 DB 中创建一个表。我正在通过表单从用户那里获取名称。请你能告诉我阻止用户输入有效表名的正则表达式吗?
For Example in DB if we create a table with (" ")space it will not allow.