The following functions are for strings processing and they are not executed in Linkar Server but in client, whether its Linkar Framework or Linkar Client.
LkChange |
Text Function that replaces the occurrences of a substring inside a string, by another substring |
LkCount |
Text Function that counts the occurrences of a substring inside a string |
LkDCount |
Text Function that counts the delimited substrings inside a string |
LkExtract |
Text Function that extracts a field, value or subvalue from a dynamic array. |
LkReplace |
Text Function that replaces a field, value or subvalue from a dynamic array, returning the result. |