String interpolation
July 26, 2014
Tags: ServiceNow Interpolation
String interpolation can be achieved using gs.getMessage() in ServiceNow; it’s very similar to Java’s MessageFormat class.
The first argument is a pattern taken as a string. The second argument are the values to be inserted into the pattern.