AVOLITES TITAN API

EndsWith

Returns whether string x ends with string y

Namespace: Math.String

Syntax

MACRO

Boolean Math.String.EndsWith(String x, String y)

HTTP

http://[ip]:4430/titan/script/2/Math/String/EndsWith?x={string}&y={string}

Parameters

x ( String ) : The large string.

y ( String ) : The substring candidate.