Skip to main content
added 265 characters in body
Source Link
Razetime
  • 27.6k
  • 3
  • 31
  • 77

Pip, 5 bytes

PADCa 

Removes all chacracters in the input from a predefined variable.

Try it online!

Pip, 9 bytes

PARM(X^a) 

Converts the characters of the input to regex, and removes the characters from the printable ASCII builtin.

Try it online!

Pip, 9 bytes

PARM(X^a) 

Converts the characters of the input to regex, and removes the characters from the printable ASCII builtin.

Try it online!

Pip, 5 bytes

PADCa 

Removes all chacracters in the input from a predefined variable.

Try it online!

Pip, 9 bytes

PARM(X^a) 

Converts the characters of the input to regex, and removes the characters from the printable ASCII builtin.

Try it online!

Source Link
Razetime
  • 27.6k
  • 3
  • 31
  • 77

Pip, 9 bytes

PARM(X^a) 

Converts the characters of the input to regex, and removes the characters from the printable ASCII builtin.

Try it online!