StringFunction
implements Function
and serves as the default function. This function is special in that it is NEVER registered and is the only function that SHOULD NOT be followed by ()'s. This function will process embedded expressions and evaulate to false if the entire string evaulates to null. Otherwise it will return true. This Function
ignores all arguments (arguments only apply if it is registered, which shouldn't be the case anyway).
|
|
|
|
|
|