|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Encrypts a character string by using the algorithms of the specified Hasp key. |
|
|
|
|
|
|
|
| Replaces all occurrences of a specified substring in a string with another specified substring. |
|
|
|
|
|
|
|
| The Contact type is used to define the advanced characteristics of a contact found in the phone book. |
|
|
|
|
|
|
|
| The emailNotesSession type is used to access a Lotus Notes messaging server in order to retrieve the messages found on this server and to send messages. |
|
|
|
|
|
|
|
| Calculates the Hash of a character string according to a specific algorithm. |
|
|
|
|
|
|
|
| Converts a one- or two-dimensional array to a character string. |
|
|
|
|
|
|
|
| Compares two strings character by character:
according to the sequence of ASCII characters.
according to the alphabetical order.... |
|
|
|
|
|
|
|
| Checks whether a character string starts:
with a specific character string.
with one of the character strings in an array.... |
|
|
|
|
|
|
|
| Checks whether a character string ends:
with a specific character string.
with one of the character strings in an array.... |
|
|
|
|
|
|
|
| Checks whether a character string starts:
with a specific character string.
with one of the character strings in an array.... |
|
|
|
|
|
|
|
| Checks whether a character string ends:
with a specific character string.
with one of the character strings in an array.... |
|
|
|
|
|
|
|
| To type character strings over several lines in the code editor... |
|
|
|
|
|
|
|
| Returns a character string without the space characters:
from the left and right side of the initial string.
within the string.... |
|
|
|
|
|
|
|
| Returns the number of common characters between two strings (from the beginning or from the end of the string). |
|
|
|
|
|
|
|
| Calculates:
the number of occurrences of a specific character string (by respecting the search criteria) in another character string.
the number of occurrences of a set of strings in an array.... |
|
|
|
|
|
|
|
| WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|