contao / docs-archive

Contao Documentation
https://docs.contao.org/
Other
43 stars 77 forks source link

fix description for extnd regex #433

Closed fritzmg closed 7 years ago

fritzmg commented 7 years ago
  1. extnd does not actually disallow &
  2. extnd actually disallows \, not /
  3. the order of the symbols is now equal to Validator::isExtendedAlphanumeric

See https://github.com/contao/core/issues/8556

This should be merged into the older docs as well (including Contao 2.11).

aschempp commented 7 years ago

Thanks!

The API does not have multiple versions, and the books for 2.11 are no longer maintained.