Url-friendly names
Can now generate initials that does not contain special-characters. For example:
Lasse Øster
will return LØ
.
However if we use the new method: getUrlfriendlyInitials()
, the output will be: LO
.
Can now generate initials that does not contain special-characters. For example:
Lasse Øster
will return LØ
.
However if we use the new method: getUrlfriendlyInitials()
, the output will be: LO
.