UTILITY
snake()
Convert text to snake_case.
Signature
string snake(string $text)
Example
snake('HelloWorld'); // 'hello_world'Available from: 1.5.0
Convert text to snake_case.
string snake(string $text)
snake('HelloWorld'); // 'hello_world'Available from: 1.5.0