aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-Text.trim.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-Text.trim.3')
-rw-r--r--man/man3/tomo-Text.trim.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man3/tomo-Text.trim.3 b/man/man3/tomo-Text.trim.3
index 2c927630..f497f72f 100644
--- a/man/man3/tomo-Text.trim.3
+++ b/man/man3/tomo-Text.trim.3
@@ -2,7 +2,7 @@
.\" Copyright (c) 2025 Bruce Hill
.\" All rights reserved.
.\"
-.TH Text.trim 3 2025-04-19T14:30:40.368347 "Tomo man-pages"
+.TH Text.trim 3 2025-04-19T14:48:15.718005 "Tomo man-pages"
.SH NAME
Text.trim \- Trims the given characters (grapheme clusters) from the left and/or right side of the text.
@@ -10,7 +10,7 @@ Text.trim \- Trims the given characters (grapheme clusters) from the left and/or
Tomo Standard Library
.SH SYNOPSIS
.nf
-.BI "Text.trim : func(text: Text, to_trim: Text = " $\\t\\r\\n", left: Bool = yes, right: Bool = yes -> Text)"
+.BI Text.trim\ :\ func(text:\ Text,\ to_trim:\ Text\ =\ "\ $\\t\\r\\n",\ left:\ Bool\ =\ yes,\ right:\ Bool\ =\ yes\ ->\ Text)
.fi
.SH DESCRIPTION
@@ -23,7 +23,7 @@ lb lb lbx lb
l l l l.
Name Type Description Default
text Text The text to be trimmed. -
-to_trim Text The characters to remove from the left/right of the text. " $\\t\\r\\n"
+to_trim Text The characters to remove from the left/right of the text. "\ $\\t\\r\\n"
left Bool Whether or not to trim from the front of the text. yes
right Bool Whether or not to trim from the back of the text. yes
.TE