mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Versioned docs: replacing docs links with relative variants (#1537)
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> Signed-off-by: Damian Stasik <920747+damianstasik@users.noreply.github.com> Signed-off-by: Roman Grinovski <roman.grinovski@gmail.com> Co-authored-by: Damian Stasik <920747+damianstasik@users.noreply.github.com> Co-authored-by: Roman Grinovski <roman.grinovski@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ to a string and returns a list of all matches.
|
||||
regexall(pattern, string)
|
||||
```
|
||||
|
||||
`regexall` is a variant of [`regex`](/docs/language/functions/regex) and uses the same pattern
|
||||
`regexall` is a variant of [`regex`](../../language/functions/regex.mdx) and uses the same pattern
|
||||
syntax. For any given input to `regex`, `regexall` returns a list of whatever
|
||||
type `regex` would've returned, with one element per match. That is:
|
||||
|
||||
@@ -48,7 +48,7 @@ false
|
||||
|
||||
## Related Functions
|
||||
|
||||
- [`regex`](/docs/language/functions/regex) searches for a single match of a given pattern, and
|
||||
- [`regex`](../../language/functions/regex.mdx) searches for a single match of a given pattern, and
|
||||
returns an error if no match is found.
|
||||
|
||||
If OpenTofu already has a more specialized function to parse the syntax you
|
||||
|
||||
Reference in New Issue
Block a user