Skip to content

Instantly share code, notes, and snippets.

@estefanionsantos
Created May 24, 2026 23:03
Show Gist options
  • Select an option

  • Save estefanionsantos/2de94b2e0c89f0ec311fa5fae2c539b9 to your computer and use it in GitHub Desktop.

Select an option

Save estefanionsantos/2de94b2e0c89f0ec311fa5fae2c539b9 to your computer and use it in GitHub Desktop.
AlnumFilter
<?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