File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/azure-monitor/log-query Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ms.subservice: logs
5
5
ms.topic: conceptual
6
6
author: bwren
7
7
ms.author: bwren
8
- ms.date: 08/16/2018
8
+ ms.date: 10/19/2020
9
9
10
10
---
11
11
@@ -70,8 +70,8 @@ Operator |Description |Case-Sensitive|Example (yie
70
70
`!startswith_cs` |Right-hand-side isn't an initial subsequence of left-hand-side|Yes |`"Fabrikam" !startswith_cs "fab"`
71
71
`endswith` |Right-hand-side is a closing subsequence of left-hand-side|No |`"Fabrikam" endswith "Kam"`
72
72
`!endswith` |Right-hand-side isn't a closing subsequence of left-hand-side|No |`"Fabrikam" !endswith "brik"`
73
- `endswith_cs` |Right-hand-side is a closing subsequence of left-hand-side|Yes |`"Fabrikam" endswith "Kam "`
74
- `!endswith_cs` |Right-hand-side isn't a closing subsequence of left-hand-side|Yes |`"Fabrikam" !endswith "brik"`
73
+ `endswith_cs` |Right-hand-side is a closing subsequence of left-hand-side|Yes |`"Fabrikam" endswith_cs "kam "`
74
+ `!endswith_cs` |Right-hand-side isn't a closing subsequence of left-hand-side|Yes |`"Fabrikam" !endswith_cs "brik"`
75
75
`matches regex`|left-hand-side contains a match for Right-hand-side |Yes |`"Fabrikam" matches regex "b.*k"`
76
76
`in` |Equals to one of the elements |Yes |`"abc" in ("123", "345", "abc")`
77
77
`!in` |Not equals to any of the elements |Yes |`"bca" !in ("123", "345", "abc")`
You can’t perform that action at this time.
0 commit comments