strPrefix
Modified on Thu, 24 Aug 2023
Description
Use this function to return the prefix part of a string variable at the specified index.
Syntax
strPrefix(string, index)
Returns
Return Value | Description |
---|---|
String | Returns the prefix part of the string variable at the specified index. |
Sample
Example | Result | Description |
---|---|---|
strPrefix('aa.bb.cc', 2) | aa | Returns 'aa' as the prefix 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