Created
May 24, 2026 23:11
-
-
Save estefanionsantos/5830545f45021c66760fdd0591c4ccd2 to your computer and use it in GitHub Desktop.
FromCamelCaseFilter
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\Word\FromCamelCaseFilter; | |
| $filter = new FromCamelCaseFilter('-'); // Define the output separator | |
| echo $filter->getFilter('RubricateFilterComponent'); | |
| // Output: rubricate-filter-component |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment