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