summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/strings.FirstUpper.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/strings.FirstUpper.md')
-rw-r--r--docs/content/en/functions/strings.FirstUpper.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/content/en/functions/strings.FirstUpper.md b/docs/content/en/functions/strings.FirstUpper.md
new file mode 100644
index 000000000..b97d00f29
--- /dev/null
+++ b/docs/content/en/functions/strings.FirstUpper.md
@@ -0,0 +1,14 @@
+---
+title: strings.FirstUpper
+description: Capitalizes the first character of a given string.
+categories: [functions]
+menu:
+ docs:
+ parent: "functions"
+keywords: [strings capitalize uppercase first]
+signature: ["strings.FirstUpper STRING"]
+hugoversion:
+aliases: []
+---
+
+ {{ strings.FirstUpper "foo" }} → "Foo"