Skip to content
Snippets Groups Projects
Commit 9365b9e9 authored by Timm Behner's avatar Timm Behner
Browse files

Added title string function

parent 6a06a924
No related branches found
No related tags found
No related merge requests found
...@@ -79,6 +79,7 @@ var ( ...@@ -79,6 +79,7 @@ var (
"toLower": strings.ToLower, "toLower": strings.ToLower,
"toUpper": strings.ToUpper, "toUpper": strings.ToUpper,
"toTitle": strings.ToTitle, "toTitle": strings.ToTitle,
"title": strings.Title,
"trimSpace": strings.TrimSpace, "trimSpace": strings.TrimSpace,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment