About Pi Downloads Documentation Plugins Developer Forum Issues

String.unicode

Summary

Returns unicoded version of the specified string.

Syntax

String.unicode()

Example

>>> "hello".unicode()
"\u0068\u0065\u006c\u006c\u006f"

See Also