Extracts the desired elements from a command execution
using regular expressions.
Namespace: CleanCode.RemoteCommandsAssembly: CleanCode.RemoteCommands (in CleanCode.RemoteCommands.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- cmd
- Type: System String
The executed command (used here to filter the output down to just the command output).
- resultRegex
- Type: System String
The result regex.
- output
- Type: System String
The output.
Return Value
Results from a regular expression match of the command output.Remarks
See Also