$string = "Test: FileNames can't have / \\ and other special characters"; #### $string =~ /\:/COLON/g; $string =~ /\//FSLASH/g; $string =~ /\\/BSLASH/g;