Whatever string is given I have to see if there is exactly one space after and before =
, If it is more than one space in either side I have to reduce that to one and if there is none, I have to insert one.
How should I do that ? String can contain anything.
Thanks