Welcome to replaceall’s documentation!

replaceall.replaceall(message, searchChars, newChars=”)[source]

Replace or remove single chars, strings or a list with chars or strings from a string.

Parameters:
  • message – the given string
  • searchChars – list, string or char to remove
  • newChars – char or string to put in place (default is only remove)
Returns:

manipulated string

Indices and tables