isShorted

Check is it short encoded or not

Short encode is one of tools methods, a simple method to convert int to string

Arguments
Name Type Description Required
text string Your text yes

Output : bool

Static or normal : Static

Examples :

tools::isShorted('abc');
# Short encode# Short decode