The macro returns the input command response in a parseable format by removing all line breaks, as well as, the first matched group as defined by the specified regex pattern.

Attributes

The following table describes the macro specific attributes for the macro:

Macro Specific Attributes
Attribute Description Required
default The default value to return in the property when regex does not find a match. This attribute is optional. If omitted, and regex does not find a match, the returned value will be empty. No
input The name of a property in which to store the parseable result. Yes
property The name of a property in which to store the first match group from the regex result. Yes
value The input command response. Yes

Notes

Examples