Skip to content

Commit

Permalink
document new sanitizers
Browse files Browse the repository at this point in the history
  • Loading branch information
arondeparon committed Apr 23, 2019
1 parent cd692a6 commit 97b0dbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ property of your form request.
- [`Trim`](./src/Sanitizers/Trim.php) - simple PHP `trim()` implementation
- [`TrimDuplicateSpaces`](./src/Sanitizers/TrimDuplicateSpaces.php) replaces duplicate spaces with a single space.
- [`RemoveNonNumeric`](./src/Sanitizers/RemoveNonNumeric.php) - removes any non numeric character
- ...
- [`Capitalize`](./src/Sanitizers/Capitalize.php) - capitalizes the first character of a string
- [`Uppercase`](./src/Sanitizers/Uppercase.php) - converts a string to uppercase
- [`Lowercase`](./src/Sanitizers/Lowercase.php) - converts a string to lowercasse
- Contributions are appreciated!

## Writing your own Sanitizer
Expand Down

0 comments on commit 97b0dbe

Please sign in to comment.