Help for this page

Select Code to Download


  1. or download this
    # Any word matched
    
    ...
          print("$teststring contains $1\n");
       }
    }
    
  2. or download this
    # Each word matched
    
    ...
          }
       }
    }