Gets characters from a string, from the beginning to a
character that is not in a specified set of characters. The
search is case-sensitive.
Lucee Function Reference
spanincluding()
Beispiel
spanincluding(string string,string set):string
Kategorie
string
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Beschreibung |
---|---|---|---|
string | string | Yes | A string or a variable that contains the search string. |
set | string | Yes |
A string or a variable that contains a set of characters. Must contain one or more characters |