Jelly, 4 bytes
Jḟị3
Explanation
Jḟị3
J - all indices of the input string
ḟ - except for the input index
ị - return the elements at those indices
3 - of the input string
Jelly, 4 bytes
Jḟị3
Explanation
Jḟị3
J - all indices of the input string
ḟ - except for the input index
ị - return the elements at those indices
3 - of the input string