Is it possible to define '+' operator for string as '*' do for them?

I’d like to use ‘+’ operator for string concatenation.
but it is ‘*’ in Julia.

If possible I’d like to define ‘+’ as alias of ‘*’ if opland are strings.
because some insufficient definition cause some side effect.

Thanks in advance!!