local customer_input = 'I need 2 tomatoes@#$%'; customer_input , _ = customer_input:gsub("[^%w%s]+", ""); print(customer_input)