Formats a string with an appropriate article ('a' or 'an') based on the first letter of the string.
The string to format.
The formatted string with the appropriate article.
false Whether to return the article in lowercase. Copy
false Whether to return the article in lowercase.
Generated using TypeDoc
Formats a string with an appropriate article ('a' or 'an') based on the first letter of the string.