Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Vim search and replace reference on function call
  2. htp.formRadio('name', 'value', 'checked');
  3.        
  4. <input type="radio" name="name" value="value" checked>
  5.        
  6. :s/htp.form([A-Z][a-z]*)('([^']*)', '([^']*)', '([^']*)');/<input type="L1E" name="2" value="3" 4>/