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.
我正在使用 Symfony1/Doctrine1 运行应用程序。有没有一种简单的方法来修剪单行输入字段两端的所有空格?我主要使用默认字段和默认管理模块。
默认情况下,symfony1.4 中的所有验证器都有一个禁用trim选项。您可以通过将其传递给来启用它true,请参见此处
trim
true