I want to concatenate a string
I want output like this:
NEX-SYM-VIM-CRE
If the input is NEX-NULL-NULL-VRE, it comes out to be NEX---CRE or ---CRE or NEX--- as i have replaced NULL with -
But concatenation to get a final result like NEX-SYM is not coming