Splunk Enterprise Certified Admin — Question 62
Which of the following ensures that quotation marks surround the value referenced by the token?
Answer options
- A. $token_name|s$
- B. ג€$token_name$ג€
- C. ($token_name$)
- D. \ג€$token_name$\ג€
Correct answer: A
Explanation
Option A correctly uses the syntax that appends 's', ensuring the value is wrapped in quotation marks. The other options do not achieve this; B uses currency symbols, C uses parentheses that do not imply quotation marks, and D incorrectly uses escape characters.