Skip to content

Commit a9f1ce6

Browse files
abalone23sanderson
andauthored
Update regular-expression.md (#5562)
Update "View regexp_* query example" lines to match the SQL example. Co-authored-by: Scott Anderson <[email protected]>
1 parent 8037145 commit a9f1ce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/influxdb/cloud-serverless/reference/sql/functions/regular-expression.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ regexp_like(str, regexp[, flags])
4545
- **U**: (ungreedy) Swap the meaning of `x*` and `x*?`.
4646

4747
{{< expand-wrapper >}}
48-
{{% expand "View `regexp_replace` query example" %}}
48+
{{% expand "View `regexp_like` query example" %}}
4949

5050
_The following example uses the sample data set provided in
5151
[Get started with InfluxDB tutorial](/influxdb/cloud-serverless/get-started/write/#construct-line-protocol)._
@@ -84,7 +84,7 @@ regexp_match(str, regexp, flags)
8484
- **i**: (insensitive) Ignore case when matching.
8585

8686
{{< expand-wrapper >}}
87-
{{% expand "View `regexp_replace` query example" %}}
87+
{{% expand "View `regexp_match` query example" %}}
8888

8989
_The following example uses the sample data set provided in
9090
[Get started with InfluxDB tutorial](/influxdb/cloud-serverless/get-started/write/#construct-line-protocol)._

0 commit comments

Comments
 (0)