diff --git a/content/influxdb/v2.1/query-data/flux/regular-expressions.md b/content/influxdb/v2.1/query-data/flux/regular-expressions.md index b50287218..91dcd08e2 100644 --- a/content/influxdb/v2.1/query-data/flux/regular-expressions.md +++ b/content/influxdb/v2.1/query-data/flux/regular-expressions.md @@ -65,7 +65,7 @@ from(bucket: "example-bucket") ``` ### Use a regex to filter by field key -The following example excludes records that do not have `_percent` in a field key. +The following example includes records that have `_percent` in a field key. ```js from(bucket: "example-bucket")