demangle

Sets a protocol for reversing the mangling process on requests.

Syntax

demangle "regexp"

Comments

This command is primarily used in ADAMS results templates. Because the comment is mangled into the request name, it is necessary to "demangle" it before making the comparison.

The part of the request name which is significant for reading via a session file is specified by the regexp.

The default is to not demangle.

Examples

mangle "REQ/%short -- %long"		// mangle it
demangle "^REQ/[0-9]+"  		// strip comment before matching