twig Which filter replace underscores by spaces, lowercase a whole string and put an uppercase for the first letter of the first word? code example
Example: twig first letter uppercase
{{ post.author.name | capitalize }}
{{ post.author.name | capitalize }}