Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在这些要求中验证用户输入的数据:
未经测试:
if (!preg_match('/^(?=[a-z])(?=\-{1})$/', $string)) { //invalid }