"How
are you?"
:between='"How are you?"' between="""How are you?"""To include single quotation marks within your string, delimit the string with double quotation marks or use two single quotation marks within your string. For example, both of the following values return the string
What's
up?
: before="What's up?" before='What''s up?'
format=value
)
or a comma-delimited list of options enclosed in parentheses (format=(value,...,valueN)
). Do not use quotation marks
to delimit the values. This is an optional parameter. See Formats for Variable Values and Labels for a list of formatting options.