Black Ops III

StrEndsWith

Returns true/false if <string> ends with <substring>. Case sensitive.

Example:

ends_with = StrEndsWith( "my_string", "_string" )

Parameters

ParameterSummary
*stringString to search
*substringSubstring to search with.

* = mandatory