Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save estefanionsantos/dbb7a2503d0777eeea65764ff4a9ebb4 to your computer and use it in GitHub Desktop.
NumFilter
<?php
use Rubricate\Filter\Preserve\NumFilter;
$filter = new NumFilter();
echo $filter->getFilter('Order ID: #984-A2');
// Output: 9842
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment