Added two new output handlers.
1.) Added a new output handler, which sanitizes the input string be escaping typical special characters and replaces all newline characters by \n 2.) Added a new output handler, which compares the input with up to 5 values. If the input matches any of the values, it replaces the input with the provided replacement value.