Append Escape character

Hello,

How to append an escape character(?) in the data, whenever certain key characters are found.

Ex: Input
abcdadfkajd;asdkjfhakl+asdfkadhl’
Expected Output
abcdadfkajd?;asdkjfhakl?+asdfkadhl?’

Assuming : + and ’ are the key characters.

I am not interested in 3 “pub.string:replace” statements, as the data volume is very high.

Thanks in advance