respect-validation/docs
Alexandre Gomes Gaigalas c523b856e7 Introduce Trimmed validator
This commit introduces the `Trimmed` validator that ensures a string
cannot start or end with a list of specific values.

The default values used are a selected list of Unicode invisible
characters.

To support this change, the StartsWith and EndsWith validators were
modified so they can also support multiple values to check for.

While StartsWith and EndsWith are more generic, and also perform
start-of-array and end-of-array kinds of checks, Trimmed is more
focused on string inputs, which tailors to a more specific use
case.
2026-03-04 16:23:25 +00:00
..
messages Update translation docs 2026-02-06 17:11:34 +00:00
validators Introduce Trimmed validator 2026-03-04 16:23:25 +00:00
.pages Use awesome-pages to customize the menus 2026-01-26 12:26:06 +01:00
case-sensitiveness.md Update translation docs 2026-02-06 17:11:34 +00:00
comparable-values.md Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
comparing-empty-values.md Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
configuration.md Update translation docs 2026-02-06 17:11:34 +00:00
custom-validators.md Change isValid method visibility to public + Change validator registration 2026-03-04 16:23:25 +00:00
feature-guide.md Create ShortCircuit validator and ShortCircuitable interface 2026-02-05 17:32:42 +01:00
getting-started.md Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
handling-exceptions.md Create ShortCircuit validator and ShortCircuitable interface 2026-02-05 17:32:42 +01:00
handling-results.md Add wildcard support to ResultQuery::findByPath() 2026-02-08 22:43:06 +01:00
index.md Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
migrating-from-v2-to-v3.md Remove Masked validator in favor of Formatted 2026-02-06 20:44:26 +01:00
prefixes.md Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
requirements.txt Use awesome-pages to customize the menus 2026-01-26 12:26:06 +01:00
validators.md Introduce Trimmed validator 2026-03-04 16:23:25 +00:00