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 de7f74b commit c9511c2Copy full SHA for c9511c2
1 file changed
Types/Gradient/get_GradientTypePattern.ps1
@@ -0,0 +1,10 @@
1
+<#
2
+.SYNOPSIS
3
+ Gets the gradient type pattern
4
+.DESCRIPTION
5
+ Gets the regular expression used to identify a gradient type
6
+.EXAMPLE
7
+ Get-Gradiant '#4488ff' ,'#224488' |
8
+ Select-Object -Expand GradientTypePattern
9
+#>
10
+'(?:repeating-)?(?>conic|linear|radial)(?:-gradient)?$'
0 commit comments