Description
Returns true if one string ends with another.
Signature
EndsWith('inputstring', 'endstring')
Example
EndsWith('microsoft', 'oft') Returns 'True'
Parameters
Name | Type | Description | Required |
---|---|---|---|
inputstring | xxxx | xxxx | xxxx |
endstring | xxxx | xxxx | xxxx |