Help for this page

Select Code to Download


  1. or download this
    Keyword string {
    
  2. or download this
    Keyword 1_string {
    
  3. or download this
    Keyword string {
    
    ...
    
    Keyword "string" 
    {
    
  4. or download this
    foreach (<>) {
        s/Keyword\s+\"*([\S"]+)\s+/Keyword 1_$1 /;
        print;
    }