Text module: Extract variables

Extract all variable names from text contents.

Example

Extract VARIABLE from the input:

space -m text /extractvariables/ -- 'Hello \${VARIABLE}'

Exit status code is expected to be 0 on success.

Edit this page