size
Filter = size
Returns the number of characters in a string or the number of items in an array.
INPUT | OUTPUT |
---|---|
| 28 |
INPUT | OUTPUT |
---|---|
| 4 |
You can use "size"
with dot notation when you need to use the filter inside a tag:
Example |
---|
|
Returns the number of characters in a string or the number of items in an array.
INPUT | OUTPUT |
---|---|
| 28 |
INPUT | OUTPUT |
---|---|
| 4 |
You can use "size"
with dot notation when you need to use the filter inside a tag:
Example |
---|
|