fork(12) download
  1. local customer_input = 'I need 2 tomatoes@#$%';
  2. customer_input , _ = customer_input:gsub("[^%w%s]+", "");
  3. print(customer_input)
  4.  
Success #stdin #stdout 0s 4508KB
stdin
Standard input is empty
stdout
I need 2 tomatoes