strSuffix
Modified on Thu, 24 Aug 2023
Description
Use this function to return the suffix part of a string variable at the specified index.
Syntax
strSuffix(string, index)
Returns
Return Value | Description |
---|---|
String | Returns the suffix part of the string variable at the specified index. |
Sample
Example | Result | Description |
---|---|---|
strSuffix('aa.bb.cc', 2) | bb.cc | Returns 'bb.cc' as the suffix part of the string 'aa.bb.cc' at index 2. |
To view all Jiffy functions, click here.
See Also
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article