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.
1 parent 7925910 commit 7dd56dcCopy full SHA for 7dd56dc
docs/RegexLiteral.md
@@ -86,6 +86,10 @@ $($Keywords -join '|') # followed by keywords
86
### Parameters
87
#### **StringConstantExpression**
88
89
+A RegexLiteral can be any string constant expression (as long as it's not in an attribute).
90
+
91
92
93
> **Type**: ```[StringConstantExpressionAst]```
94
95
> **Required**: true
@@ -99,6 +103,10 @@ $($Keywords -join '|') # followed by keywords
99
103
---
100
104
#### **ExpandableStringExpression**
101
105
106
+It can also by any expandable string, which allows you to construct Regexes using PowerShell variables and subexpressions.
107
108
109
102
110
> **Type**: ```[ExpandableStringExpressionAst]```
111
112
0 commit comments