We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-in
-notin
1 parent d10ae29 commit 4a0a076Copy full SHA for 4a0a076
examples/TheBigTestFile.ps1
@@ -390,6 +390,8 @@ if (10 -cgt 100) { }
390
$a -is $b
391
$b -contains $c
392
$x -notcontains $c
393
+$c -in $b
394
+$c -notin $x
395
$a -match $b
396
$a -notmatch $b
397
$x -like $c
spec/testfiles/syntax_test_TheBigTestFile.ps1
@@ -1006,6 +1006,10 @@ $b -contains $c
1006
# ^ keyword.operator.comparison.powershell
1007
1008
1009
1010
+# ^ keyword.operator.comparison.powershell
1011
1012
1013
1014
1015
0 commit comments