Function subwords, gets words by max num....
Quick extract numbers from a unicode string......
Use this function for change timestamp to custom format......
Encrypt function return different value with each execute but decrypt function return input value. for example: first execute: encrypt('hello') => 'axxdfg34', decrypt('axxdfg34') return 'hello'...