For example, if I want to use the CONTAINS function to determine if there is a carriage return, what can I use as the input parameter? I tried CONTAINS(Working_data_string,"\n") and CONTAINS(Working_data_string, "\r") and neither seem to work. They always…