Skip to content

add isEmpty tag

Compare
Choose a tag to compare
@VaporBot VaporBot released this 06 Mar 21:26
· 16 commits to main since this release
1eddd30
This patch was authored by @fananek and released by @0xTim.

Adds a new isEmpty tag for checking empty Strings. Equivalent of Swift's isEmpty

Example:

#if(isEmpty(emptyString)):
    This is an empty string.
#endif