Returns the given string abbreviated. If the string is one word, abbreviates to at least 3 characters without ending in a vowel (e.g. example string → ES | Example → Exam).
example string
ES
Example
Exam
Returns the given string abbreviated. If the string is one word, abbreviates to at least 3 characters without ending in a vowel (e.g.
example string→ES|Example→Exam).