From b23e7e660a1cd9571a15b5d78dd87969c5fc79d6 Mon Sep 17 00:00:00 2001 From: ashishagarwal06 <34888589+ashishagarwal06@users.noreply.github.com> Date: Tue, 13 Oct 2020 20:21:15 +0530 Subject: [PATCH] Added DOT(.) at end of line (#28161) Hi - I have observed Dot(.) is missing in many places of paragraphs in document. So raising this PR. Added Dot(.) to below line This page shows how to use regex to filter/modify values in the variable dropdown. Thanks, Ashish --- docs/sources/variables/filter-variables-with-regex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/variables/filter-variables-with-regex.md b/docs/sources/variables/filter-variables-with-regex.md index 4b7c992d8ab..4a79dabdaeb 100644 --- a/docs/sources/variables/filter-variables-with-regex.md +++ b/docs/sources/variables/filter-variables-with-regex.md @@ -13,7 +13,7 @@ weight = 700 Using the Regex Query option, you filter the list of options returned by the variable query or modify the options returned. -This page shows how to use regex to filter/modify values in the variable dropdown +This page shows how to use regex to filter/modify values in the variable dropdown. Using the Regex Query Option, you filter the list of options returned by the Variable query or modify the options returned. For more information, refer to the Mozilla guide on [Regular expressions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions).