Lucee Function Reference

spanexcluding()

Gets characters from a string, from the beginning to a
character that is in a specified set of characters. The
search is case-sensitive.

Example

spanexcluding(string string,string set):string

Category

string

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
string string  Yes A string or a variable that contains one  
set string  Yes A string or a variable that contains a set of characters.
Must contain one or more characters