Created
May 24, 2026 23:05
-
-
Save estefanionsantos/e8d8e62643bacafc02e562760cab06ce to your computer and use it in GitHub Desktop.
AlphaFilter
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\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