dart string remove spaces code example Example: remove space from string dart String name = "COCA COLA"; print(name.replaceAll(' ', ''))