TC.unmask
Unmasks masked text.
TC.unmask(text);
Arguments
text. (string) The masked text.
Return value
A promise that is fulfilled with a string, which is the text after unmasking.
Example
(async ()=>{
let text = await TC.unmask("text");
})();
Unmasks masked text.
TC.unmask(text);
text. (string) The masked text.
A promise that is fulfilled with a string, which is the text after unmasking.
(async ()=>{
let text = await TC.unmask("text");
})();
Tips to improve your search results...
VuGen Function ReferenceVersion 25.1Function Reference25.1AllView Local Help CenterView Online Help CenterVersion: