UTILITY

snake()

Convert text to snake_case.

Signature

string snake(string $text)

Example

snake('HelloWorld'); // 'hello_world'

Available from: 1.5.0

Reference navigation

Previous: slugify()

Next: sort_by()

Back to utilities