Skip to content
Snippets Groups Projects
Unverified Commit 8359ca55 authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Use a standalone docs page for concat and substring mbql functions (#25727)

parent 73e7a053
No related branches found
No related tags found
No related merge requests found
......@@ -217,6 +217,7 @@ const helperTextStrings: HelpText[] = [
},
{ name: t`length`, description: t`The number of characters to return.` },
],
hasDocsPage: true,
},
{
name: "regex-match-first",
......@@ -243,6 +244,7 @@ const helperTextStrings: HelpText[] = [
description: t`This will be added to the end of value1, and so on.`,
},
],
hasDocsPage: true,
},
{
name: "replace",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment