Similar to the RelateScript formatter.
Used in place of the normal format() method due to a Graal bug. Will produce a formatted string using the formatter and an array of strings
const myFormat = B.text.messageFormat('<{0}></{0}>');const divTag = myFormat.formatArray(['div']); Copy
const myFormat = B.text.messageFormat('<{0}></{0}>');const divTag = myFormat.formatArray(['div']);
Parses text from the beginning of the given string to produce an object array.
Parses text from a string to produce an object array.
Similar to the RelateScript formatter.