Update regular-expression.md (#5562)

Update "View regexp_* query example" lines to match the SQL example.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
pull/5560/head^2
Adam 2024-08-10 10:44:30 -07:00 committed by GitHub
parent 80371454ba
commit a9f1ce6884
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ regexp_like(str, regexp[, flags])
- **U**: (ungreedy) Swap the meaning of `x*` and `x*?`.
{{< expand-wrapper >}}
{{% expand "View `regexp_replace` query example" %}}
{{% expand "View `regexp_like` query example" %}}
_The following example uses the sample data set provided in
[Get started with InfluxDB tutorial](/influxdb/cloud-serverless/get-started/write/#construct-line-protocol)._
@ -84,7 +84,7 @@ regexp_match(str, regexp, flags)
- **i**: (insensitive) Ignore case when matching.
{{< expand-wrapper >}}
{{% expand "View `regexp_replace` query example" %}}
{{% expand "View `regexp_match` query example" %}}
_The following example uses the sample data set provided in
[Get started with InfluxDB tutorial](/influxdb/cloud-serverless/get-started/write/#construct-line-protocol)._