Help for this page

Select Code to Download


  1. or download this
    $string = "Test: FileNames can't have / \\ and other special character
    +s";
    
  2. or download this
    $string =~ /\:/COLON/g;
    $string =~ /\//FSLASH/g;
    $string =~ /\\/BSLASH/g;