... | ... | @@ -316,7 +316,7 @@ Given that each meta keyword has a specific input and output type, it is possibl |
|
|
|--------------|-------------|----------|
|
|
|
| .cache | | Given the input value and the keywords used after it, this keyword will cache the result the first time the placeholder is parsed, and directly return the cached value each subsequent parsing |
|
|
|
| .formatted | STRING | Returns a more human-readable version of the input value |
|
|
|
| .toint | INTEGER | Converts the value to an Integer without doing any specific operation, allowing chaining for Integer meta keywords |
|
|
|
| .tointeger | INTEGER | Converts the value to an Integer without doing any specific operation, allowing chaining for Integer meta keywords |
|
|
|
| .tofloat | FLOAT | Converts the value to a Float without doing any specific operation, allowing chaining for Float meta keywords |
|
|
|
| .todouble | DOUBLE | Converts the value to a Double without doing any specific operation, allowing chaining for Double meta keywords |
|
|
|
| .toboolean | BOOLEAN | Converts the value to a Boolean without doing any specific operation, allowing chaining for Boolean meta keywords |
|
... | ... | |