Skip to content

Commit

Permalink
Merge branch hotfix/v2.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
roadiz-ci committed Jul 2, 2024
1 parent aeb16dd commit c7fd638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Utils/StringHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public static function variablize(?string $string): string

return (new UnicodeString($string))
->ascii()
->replaceMatches('#([^a-zA-Z0-9]+)#', '_')
->snake()
->lower()
->trim('-')
Expand Down

0 comments on commit c7fd638

Please sign in to comment.