|
LightJason - AgentSpeak(L++)
|
Classes | |
| class | CBase64Decode |
| action to decodes a string with Base64. More... | |
| class | CBase64Encode |
| action to encodes a string with Base64. More... | |
| class | CConcat |
| action to concat / join all strings. More... | |
| class | CContains |
| action to check string for containing another string. More... | |
| class | CEndsWith |
| action to check string for ends-with. More... | |
| class | CLevenshtein |
| calculates the levenshtein distance. More... | |
| class | CLower |
| action to create a lower-case string. More... | |
| class | CNCD |
| calculates the normalized-compression-distance. More... | |
| class | CRandom |
| action to create random strings, with a definied length. More... | |
| class | CReplace |
| action to replace all occurence within a string. More... | |
| class | CReverse |
| action to reverse a string. More... | |
| class | CSize |
| action to get the string length. More... | |
| class | CStartsWith |
| action to check string for starts-with. More... | |
| class | CUpper |
| action to create an upper-case string. More... | |