We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9e9ac2 + 7633fdb commit 38e79b6Copy full SHA for 38e79b6
lib/strings
@@ -9,11 +9,14 @@
9
# @go.join
10
# Joins multiple items into a string variable defined by the caller
11
#
12
+# @go.trim
13
+# Trims the leading and trailing whitespace from a string
14
+#
15
# @go.common_prefix
16
# Determines the common prefix for a set of strings
17
-# @go.remove_common_path_prefix
-# Removes the common path prefix from a set of file paths
18
+# @go.common_parent_path
19
+# Determines the common parent directory path from a set of file paths
20
21
# These functions help avoid `IFS`-related pitfalls as described by:
22
0 commit comments