Gets the strings and interpolations separately from a template string. You can pass a template string directly by doing:
getInterpolations`Template string here`. Copy
getInterpolations`Template string here`.
The strings from the template to process.
An array of all interpolations from the template.
A tuple where the first item is the strings from the template, and the second is the interpolations.
Gets the strings and interpolations separately from a template string. You can pass a template string directly by doing: