Outputs a module's extension pattern
Outputs a regular expression that will match any possible pattern.
EXAMPLE 1
Aspect.ModuleCommandPattern -Module PipeScript # Should -BeOfType ([Regex])The name of a module, or a module info object.
The suffix to apply to each named capture. Defaults to '_Command'
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[String] |
false | 2 | true (ByPropertyName) |
The prefix to apply to each named capture.
Aspect.ModuleExtensionPattern [-Module] <Object> [[-Suffix] <String>] [[-Prefix] <String>] [<CommonParameters>]