Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save estefanionsantos/6ca648ca1fdd22434aa407af9a856d08 to your computer and use it in GitHub Desktop.
ToCamelCaseFilter
<?php
use Rubricate\Filter\Word\ToCamelCaseFilter;
$filter = new ToCamelCaseFilter('_'); // Define the input separator
echo $filter->getFilter('rubricate_filter_component');
// Output: RubricateFilterComponent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment