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 ValueDescription
StringReturns the suffix part of the string variable at the specified index.

Sample

ExampleResultDescription
strSuffix('aa.bb.cc', 2)bb.ccReturns 'bb.cc' as the suffix part of the string 'aa.bb.cc' at index 2.

To view all Jiffy functions, click here.

See Also