ResSimpy.Nexus.nexus_file_operations.clean_up_string

ResSimpy.Nexus.nexus_file_operations.clean_up_string(value: str) str[source]
Removes unwanted characters from a string

unwanted characters: (”\n”, “\t”, “!”).

Parameters:

value (str) – string to clean up

Returns:

str – string with unwanted characters removed.