Functions for working with regular expressions on MyChat Server
Functions of MyChat Server script language to work with text string cache.
Data is stored in memory in the format "key" : "value". Key name is a unique constant. Letter register matters.
Cache system is convenient for exchanging information between scripts and for temporary storing required data in memory.
|
check if a specified key for cached string exists in memory; |
|
|
"get" key value and delete it from memory; |
|
|
save a new string by using a key or update the existing one. |