Skip to content
Snippets Groups Projects
Unverified Commit 67cb98f2 authored by Jeff Bruemmer's avatar Jeff Bruemmer Committed by GitHub
Browse files

fix anchor links (#40588)

parent 815b2a73
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ substring([Mission ID], (1 + length([Mission ID]) - 3), 3)
`substring` extracts text by counting a fixed number of characters. If you need to extract text based on some more complicated logic, try [`regexextract`](../expressions-list.md#regexextract).
And if you only need to clean up extra whitespace around your text, you can use the [`trim`](../expressions-list.md#trim), [`lefttrim`](../expressions-list.md#lefttrim), or [`righttrim`](../expressions-list.md#righttrim) expressions instead.
And if you only need to clean up extra whitespace around your text, you can use the [`trim`](../expressions-list.md#trim), [`ltrim`](../expressions-list.md#ltrim), or [`rtrim`](../expressions-list.md#rtrim) expressions instead.
## Related functions
......
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