boolean ends-with(string,string) @author mark wilson (markw @ wilsoncom.de)
boolean ends-with(string,string)
287288289290291292293
"upper-case", new UpperFunction() ); registerFunction( null, // namespace URI "ends-with", new EndsWithFunction() ); }
287288289290291292293294