summaryrefslogtreecommitdiffstats
path: root/specs/spf-2.0/substvars.mdwn
blob: bbe2853a725578416698a8ed1c00f036fea02f78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Variable Names [substvars-name]
===============================

Variable names may only consist of uppercase and lowercase Latin letters,
digits, and hyphens.  Names must be at least one character long.  (A regular
expression for this is `[A-Za-z0-9-]+`.)


Variable Substitutions [substvars-exp]
======================================

Variable substitutions are performed on certain binary control field values, as
explained in $[sectlink][fields-bin].

The format for variable substitutions is as follows:

    ${<var-name>}

`<var-name>` is the name of the variable.