Returns true/false if <string> ends with <substring>. Case sensitive.
Example:
ends_with = StrEndsWith( "my_string", "_string" )
* = mandatory