Help for this page
$string = "Test: FileNames can't have / \\ and other special character +s";
$string =~ /\:/COLON/g; $string =~ /\//FSLASH/g; $string =~ /\\/BSLASH/g;