Skip to content

Instantly share code, notes, and snippets.

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

  • Save estefanionsantos/3dabb233a812c65f28bbd6915d9ed71a to your computer and use it in GitHub Desktop.

Select an option

Save estefanionsantos/3dabb233a812c65f28bbd6915d9ed71a to your computer and use it in GitHub Desktop.
AlnumDashFilter
<?php
use Rubricate\Filter\Preserve\AlnumDashFilter;
$filter = new AlnumDashFilter();
echo $filter->getFilter('huguinho-zézinho_luizinho 123');
// Output: huguinho-zzinho_luizinho123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment