Returns a lowercase and trimmed string separated by underscores.
Underscores are inserted before uppercase characters (with the exception
of the first character of the string), and in place of spaces as well as dashes.
string: Please and thank you
{{ string | underscored }}
{{ Statamic::modify($string)->underscored() }}
please_and_thank_you