AVOLITES TITAN API

EndsWith

Returns whether string x ends with string y

Namespace: Math.String

Syntax

MACRO

Boolean EndsWith(System.String, System.String)

HTTP

http://[ip]:4430/titan/script/Math/String/EndsWith

Parameters

x: The large string.

y: The substring candidate.