You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.
This function replaces template parameters such as "{0}" or "{1}" with the corresponding argument. If the value is null or undefined, it will be replaced by the word "null" or "undefined". The format string s must not be null or undefined.
Usage example:
Text.format("hello {0}!", "world") will return "hello world!"