Prevent crash when calculating initials of a string with parenthesis
We attempt to remove the contents of parenthesis in names, like "Foo (bar)" into "Foo". However, if the name is only parenthesis: "(bar)" would crash.
We attempt to remove the contents of parenthesis in names, like "Foo (bar)" into "Foo". However, if the name is only parenthesis: "(bar)" would crash.