dart remove extra space code example Example: remove space from string dart Click to copyString name = "COCA COLA"; print(name.replaceAll(' ', ''))