Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save estefanionsantos/e8d8e62643bacafc02e562760cab06ce to your computer and use it in GitHub Desktop.
AlphaFilter
<?php
use Rubricate\Filter\Preserve\AlphaFilter;
$filter = new AlphaFilter();
echo $filter->getFilter('PHP 8.2 Engine');
// Output: PHPEngine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment