= | [myvar]  |
|
name of variable to store data into
|
|| | [data|import|add]=[value]  |
|
data=[value] | store given string in variable |
import=[value] | import string from given filename |
add=[value] | add value to existing number |
|
|| | autokey |
|
you may use this parameter if you want to setup a list of items with automatic generated numeric key.
|
|| | unset |
|
remove variable instead of setting it. this parameter will deactivate most other parameters (including conditions) - use "unset"-token to remove a variable depending on a condition.
|
|| | append |
|
append string if variable already exists
|
|| | explode=[delimiter] |
|
use this parameter to create an array out of a string that is divided by "delimiter" (array keys start with 1)
|
|| |
convert=[lowercase|uppercase|upperfirst]
|
|
convert (imported) value string
|
|| |
encode=[url|html|html-chars|crypt]
|
|
encode (imported) value to another format
|
|| |
trim=[left|right|both]
|
|
remove whitespaces from (imported) value
|
|| |
[opr][condition]
|
|
condition may be used to check (imported) value before storing it in a variable
|