Help for this page

Select Code to Download


  1. or download this
       onValidate
       {
        stuff in here
       }
    
  2. or download this
    $text=~s/onValidate\s{(.*?)}//g;
    
  3. or download this
       onValidate
       {
    ...
        }
       }