PrintRaw
Common Scripts Pack.#
This Script is part of thePrints a raw representation of a string or object, visualising things likes tabs and newlines. For instance, '\n' will be displayed instead of a newline character, or a Windows CR will be displayed as '\r\n'. This is useful for debugging issues where things aren't behaving as expected, such as when parsing a string with a regular expression.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags | |
Cortex XSOAR Version | 5.5.0 |
#
InputsArgument Name | Description |
---|---|
value | The value to be represented. |
#
OutputsThere are no outputs for this script.
#
Script Example#
Context Example#
Human Readable Output'Lorem ipsum dolor\n sit amet, consectetur adipiscing elit,\nsed do eiusmod tempor incididunt '