Help for this page

Select Code to Download


  1. or download this
    :g/<SCOPE>/s/<TEXT TO REPLACE>/<REPLACEMENT/g
    
  2. or download this
    if (@Agent eq 'XX') 
    {
      @Agent='{XX}'
    }
    
  3. or download this
    if (@Agent eq 'XX') {
      @Agent='{XX}'
    }