Created
May 24, 2026 23:03
-
-
Save estefanionsantos/2de94b2e0c89f0ec311fa5fae2c539b9 to your computer and use it in GitHub Desktop.
AlnumFilter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| use Rubricate\Filter\Preserve\AlnumFilter; | |
| $filter = new AlnumFilter(); | |
| echo $filter->getFilter('Carroça de nº 123!'); | |
| // Output: Carroaden123 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment