Changes
Page history
i will never get those paths right
authored
Oct 16, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Conditions/StringNotEmpty.md
0 → 100644
View page @
7b8ab4c3
## Description
Checks if the provided string is not empty
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| value | val, v, string, s | The string to check | |
## Example
```
yaml
Conditions
:
-
stringNotEmpty{value=<caster.var.examplevariable>}
```
> Checks if the value of the <caster.var.examplevariable> placeholder is *not* an empty string
## Aliases
-
[x] notEmpty
\ No newline at end of file