isPresent
Modified on Thu, 24 Aug 2023
Description
Use this function to check if a value is present.
Syntax
isPresent(value)
Returns
Return Value | Description |
---|---|
True/False | Returns True if the value is present; otherwise, returns False. |
Sample
Example | Result | Description |
---|---|---|
isPresent('Hello') | True | Returns True because the value 'Hello' is present. |
isPresent('') | False | Returns False because the value is an empty string, which is not considered present. |
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