format String
Given a Java String containing a substitution format and its arguments, perform pattern substitution and produce the corresponding Avail string.
Return
An Avail string.
Parameters
pattern
A substitution pattern.
args
The arguments to substitute into the pattern.