TC.unmask
Unmasks masked text.
Note: Support for this API in JavaScript code will be deprecated in TruClient. Instead use the Evaluate C step available in the TruClient Steps box.
TC.unmask(text);
Arguments
text. (string) The masked text.
Return value
The text after unmasking.
Example
TC.unmask(str);