File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,14 @@ This directory and it's subdirectories contain syntax changes that enable common
106106## RegexLiteral Example 2
107107
108108
109+ ~~~ PowerShell
110+ Invoke-PipeScript {
111+ '/[a|b]/'
112+ ~~~
113+
114+ ## RegexLiteral Example 3
115+
116+
109117~~~ PowerShell
110118 {
111119 "/[$a|$b]/"
@@ -116,7 +124,7 @@ This directory and it's subdirectories contain syntax changes that enable common
116124 [regex]::new("[$a|$b]", 'IgnoreCase')
117125~~~
118126
119- ## RegexLiteral Example 3
127+ ## RegexLiteral Example 4
120128
121129
122130~~~ PowerShell
@@ -139,7 +147,7 @@ This directory and it's subdirectories contain syntax changes that enable common
139147'@, 'IgnorePatternWhitespace,IgnoreCase')
140148~~~
141149
142- ## RegexLiteral Example 4
150+ ## RegexLiteral Example 5
143151
144152
145153~~~ PowerShell
You can’t perform that action at this time.
0 commit comments