This shows you the differences between two versions of the page.
| functions:strisempty [2017/03/19 18:54] – created korshun | functions:strisempty [2017/03/19 18:55] (current) – korshun | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Description ===== | ===== Description ===== | ||
| Returns true if s is an empty string ('' | Returns true if s is an empty string ('' | ||
| + | |||
| + | A string that consists of only whitespace (e.g. '' | ||
| <note important>'' | <note important>'' | ||
| ===== Examples ===== | ===== Examples ===== | ||
| + | < | ||
| + | StrIsEmpty("" | ||
| + | StrIsEmpty(" | ||
| + | StrIsEmpty(" | ||
| + | </ | ||